Html Css Color HEX #0122AA International Klein Blue

📋 copy color: '#0122AA'

red 1 ◦ green 34 ◦ blue 170

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

Shades of International Klein Blue #0122AA

Tints of International Klein Blue #0122AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 82.93%

R = 0.49%
G = 16.59%
B = 82.93%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0122AA (or 0x0122AA) is known color: International Klein Blue. HEX triplet: 01, 22 and AA. RGB value is (1,34,170). Sum of RGB (Red+Green+Blue) = 1+34+170=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #0122AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0122AA is #FEDD55. Grayscale: #272727. Windows color (decimal): -16702806 or 11149825. OLE color: 11149825.

HSL color Cylindrical-coordinate representation of color #0122AA: hue angle of 228.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0122AA is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 34 170 -
CMYK 0.99 0.80 0 0.33
HSL 228.28º 0.99% 0.34% -
HSV(B) 228.28º 0.99% 0.67% -
XYZ 7.84 4.05 38.4 -
YUV 39.64 201.57 100.44 -
System Red Green Blue C M Y K H S L
Decimal 1 34 170 0.99 0.80 0 0.33 228.28 0.99 0.34
Hex 1 22 AA 63 50 0 21 E4 63 22
Octal 1 42 252 143 120 0 41 344 143 42
Binary 1 100010 10101010 1100011 1010000 0 100001 11100100 1100011 100010

Color Harmonies of #0122AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0122AA

Black with #0122AA

Text Example


Text Example

White with #0122AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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