Html Css Color HEX #0126AB International Klein Blue

📋 copy color: '#0126AB'

red 1 ◦ green 38 ◦ blue 171

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

Shades of International Klein Blue #0126AB

Tints of International Klein Blue #0126AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 0.48%
G = 18.1%
B = 81.43%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0126AB (or 0x0126AB) is known color: International Klein Blue. HEX triplet: 01, 26 and AB. RGB value is (1,38,171). Sum of RGB (Red+Green+Blue) = 1+38+171=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #0126AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0126AB is #FED954. Grayscale: #292929. Windows color (decimal): -16701781 or 11216385. OLE color: 11216385.

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

Color convert

RGB 1 38 171 -
CMYK 0.99 0.78 0 0.33
HSL 226.94º 0.99% 0.34% -
HSV(B) 226.94º 0.99% 0.67% -
XYZ 8.06 4.33 38.94 -
YUV 42.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 1 38 171 0.99 0.78 0 0.33 226.94 0.99 0.34
Hex 1 26 AB 63 4E 0 21 E3 63 22
Octal 1 46 253 143 116 0 41 343 143 42
Binary 1 100110 10101011 1100011 1001110 0 100001 11100011 1100011 100010

Color Harmonies of #0126AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0126AB

Black with #0126AB

Text Example


Text Example

White with #0126AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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