COLOR #0122DF

HEX: #0122DF
RGB: (1,34,223)

Color info

#0122DF contains mainly blue color. Web safe color of #0122DF is #0033CC (or #03C).

RGB color model

#0122DF color RGB value is (1,34,223).

  • red value is 1;
  • green value is 34;
  • blue value is 223.
RGB:
(1,34,223)
(0%,13%,87%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 223 of 255 = 87%

1
34
223

R + G + B ~ 33%. #0122DF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 34 + 223 = 258 (100%)
R 1 of 258 ~ 0.39%
G 34 of 258 ~ 13.18%
B 223 of 258 ~ 86.43%

%13.18
%86.43

CMYK color model

#0122DF color CMYK value is (100,85,0,13).

  • cyan value is 99.55%
  • magenta value is 84.75%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(100,85,0,13)
C100M85Y0K13 
(100%,85%,0%,13%)
(1.00/0.85/0.00/0.13)	

CMYK percentages

%99.55
%84.75
%0
%12.55

Codes

Color #0122DF in popluar color models

0122DF
RGB134223
HSL231°99.11%43.92%
HSB/HSV231°99.55%87.45%
CMYK99.55%84.75%0.00%
12.55%

Color #0122DF in popluar number systems.

HEX0122DF
Decimal134223
Binary110001011011111
Octal142337

Shades and tints

Shades of #0122DF

#0122DF
(1,34,223)
#011FCB
(1,31,203)
#011CB7
(1,28,183)
#0119A3
(1,25,163)
#01168F
(1,22,143)
#01137B
(1,19,123)
#011067
(1,16,103)
#010D53
(1,13,83)
#010A3F
(1,10,63)
#01072B
(1,7,43)
#010417
(1,4,23)
#000000
(0,0,0)

Tints of #0122DF

#0122DF
(1,34,223)
#1836E1
(24,54,225)
#2F4AE3
(47,74,227)
#465EE5
(70,94,229)
#5D72E7
(93,114,231)
#7486E9
(116,134,233)
#8B9AEB
(139,154,235)
#A2AEED
(162,174,237)
#B9C2EF
(185,194,239)
#D0D6F1
(208,214,241)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0122DF color. Also use rgb(1,34,223) instead hex code.

Text Font Color

.myTextColor { color: #0122DF; }

<p style="color:#0122DF">This sample text font color is #0122DF.</p>

This text font color is #0122DF.


Background Color

.myBgColor { background-color: #0122DF; }

<div style="background-color:#0122DF">Inner text</div>

This div background color is #0122DF.


Border color

.myBorderColor { border: 1px solid #0122DF; }

<div style="border:3px solid #0122DF">Div</div>

This div border color is #0122DF.


Opacity

.myOpacity80 { color: #0122DF; opacity: 0.8; }

<p style="color:#0122DF;opacity:0.8;">80%</p>

Text with #0122DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0122DF;}

<p style="text-shadow: 3px 3px 1px #0122DF">Text here.</p>

This text has shadow with #0122DF color.

.textShadow {text-shadow: 3px 3px 1px #0122DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0122DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #0122DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0122DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0122DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #0122DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0122DF;
  -webkit-box-shadow:	1px 1px 3px 2px #0122DF;
  box-shadow:		1px 1px 3px 2px #0122DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0122DF;
-webkit-box-shadow: 1px 1px 3px 2px #0122DF;
box-shadow:1px 1px 3px 2px #0122DF;">
Div content here</div>
This div box has shadow with color #0122DF.

Preview

Color preview on black background

This text has color #0122DF on black background.


Color preview on white background

This text has color #0122DF on white background.



Black color preview on #0122DF background

This text has black color on #0122DF background.


White color preview on #0122DF background

This text has white color on #0122DF background.