Html Css Color HEX #0120AB International Klein Blue

📋 copy color: '#0120AB'

red 1 ◦ green 32 ◦ blue 171

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

Shades of International Klein Blue #0120AB

Tints of International Klein Blue #0120AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 83.82%

R = 0.49%
G = 15.69%
B = 83.82%

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

#0120AB (or 0x0120AB) is known color: International Klein Blue. HEX triplet: 01, 20 and AB. RGB value is (1,32,171). Sum of RGB (Red+Green+Blue) = 1+32+171=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #0120AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120AB is #FEDF54. Grayscale: #252525. Windows color (decimal): -16703317 or 11214849. OLE color: 11214849.

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

Color convert

RGB 1 32 171 -
CMYK 0.99 0.81 0 0.33
HSL 229.06º 0.99% 0.34% -
HSV(B) 229.06º 0.99% 0.67% -
XYZ 7.88 3.98 38.88 -
YUV 38.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 1 32 171 0.99 0.81 0 0.33 229.06 0.99 0.34
Hex 1 20 AB 63 51 0 21 E5 63 22
Octal 1 40 253 143 121 0 41 345 143 42
Binary 1 100000 10101011 1100011 1010001 0 100001 11100101 1100011 100010

Color Harmonies of #0120AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0120AB

Black with #0120AB

Text Example


Text Example

White with #0120AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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