Html Css Color HEX #0120AA International Klein Blue

📋 copy color: '#0120AA'

red 1 ◦ green 32 ◦ blue 170

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

Shades of International Klein Blue #0120AA

Tints of International Klein Blue #0120AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 0.49%
G = 15.76%
B = 83.74%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0120AA (or 0x0120AA) is known color: International Klein Blue. HEX triplet: 01, 20 and AA. RGB value is (1,32,170). Sum of RGB (Red+Green+Blue) = 1+32+170=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #0120AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120AA is #FEDF55. Grayscale: #252525. Windows color (decimal): -16703318 or 11149313. OLE color: 11149313.

HSL color Cylindrical-coordinate representation of color #0120AA: hue angle of 228.99º 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 #0120AA is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 32 170 -
CMYK 0.99 0.81 0 0.33
HSL 228.99º 0.99% 0.34% -
HSV(B) 228.99º 0.99% 0.67% -
XYZ 7.78 3.94 38.38 -
YUV 38.46 202.23 101.28 -
System Red Green Blue C M Y K H S L
Decimal 1 32 170 0.99 0.81 0 0.33 228.99 0.99 0.34
Hex 1 20 AA 63 51 0 21 E5 63 22
Octal 1 40 252 143 121 0 41 345 143 42
Binary 1 100000 10101010 1100011 1010001 0 100001 11100101 1100011 100010

Color Harmonies of #0120AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0120AA

Black with #0120AA

Text Example


Text Example

White with #0120AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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