#0129AA

Color #0129AA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0129AA

Tints of International Klein Blue #0129AA

Color information

#0129AA (or 0x0129AA) is unknown color: approx International Klein Blue. HEX triplet: 01, 29 and AA. RGB value is (1,41,170). Sum of RGB (Red+Green+Blue) = 1+41+170=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0129AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129AA is #FED655. Grayscale: #2B2B2B. Windows color (decimal): -16701014 or 11151617. OLE color: 11151617.

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

Color convert

RGB141170-
CMYK0.990.7600.33
HSL225.8º98.83%33.53%-
HSV(B)225.8º99.41%66.67%-
XYZ8.064.4938.47-
YUV43.75199.2597.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 170 (66.80% from 255) = 80.19%
R=0.47%
G=19.34%
B=80.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411700.990.7600.33225.898.8333.53
Hex129AA634C021e26322
Octal15125214311404134214342
Binary110100110101010110001110011000100001111000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0129AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0129AA;
 }
 .AnyTagClassName
 {
   color: #0129AA;
 }
</style>
background-color css

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

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

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

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

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

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