Html Css Color HEX #0122FF Blue

📋 copy color: '#0122FF'

red 1 ◦ green 34 ◦ blue 255

#0122FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0122FF

Tints of Blue #0122FF

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 255 (100% from 255) = 87.93%

R = 0.34%
G = 11.72%
B = 87.93%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0122FF (or 0x0122FF) is known color: Blue. HEX triplet: 01, 22 and FF. RGB value is (1,34,255). Sum of RGB (Red+Green+Blue) = 1+34+255=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #0122FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0122FF is #FEDD00. Grayscale: #303030. Windows color (decimal): -16702721 or 16720385. OLE color: 16720385.

HSL color Cylindrical-coordinate representation of color #0122FF: hue angle of 232.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0122FF is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 34 255 -
CMYK 1.00 0.87 0 0
HSL 232.2º 1% 0.5% -
HSV(B) 232.2º 1% 1% -
XYZ 18.63 8.37 95.24 -
YUV 49.33 244.07 93.53 -
System Red Green Blue C M Y K H S L
Decimal 1 34 255 1.00 0.87 0 0 232.2 1 0.5
Hex 1 22 FF 64 57 0 0 E8 64 32
Octal 1 42 377 144 127 0 0 350 144 62
Binary 1 100010 11111111 1100100 1010111 0 0 11101000 1100100 110010

Color Harmonies of #0122FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0122FF

Black with #0122FF

Text Example


Text Example

White with #0122FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0122FF; }

 p { color: rgb(1,34,255); }

 H1.HeaderClassName
 {
   color: #0122FF;
 }
 .AnyTagClassName
 {
   color: #0122FF;
 }
</style>

background-color css

<style>
 a { background-color: #0122FF; }

 a { background-color: rgb(1,34,255); }

 div.DivClassName
 {
   background-color: #0122FF;
 }
 .BgClassName
 {
   background-color: #0122FF;
 }
</style>

border-color css

<style>
 span { border-color: #0122FF; }

 span { border-color: rgb(1,34,255); }

 td.TdClassName
 {
   border-color: #0122FF;
 }
 .TagClassName
 {
   border-color: #0122FF;
 }
</style>