#0429AB

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

Shades of International Klein Blue #0429AB

Tints of International Klein Blue #0429AB

Color information

#0429AB (or 0x0429AB) is unknown color: approx International Klein Blue. HEX triplet: 04, 29 and AB. RGB value is (4,41,171). Sum of RGB (Red+Green+Blue) = 4+41+171=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #0429AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429AB is #FBD654. Grayscale: #2C2C2C. Windows color (decimal): -16504405 or 11217156. OLE color: 11217156.

HSL color Cylindrical-coordinate representation of color #0429AB: hue angle of 226.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429AB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB441171-
CMYK0.980.7600.33
HSL226.71º95.43%34.31%-
HSV(B)226.71º97.66%67.06%-
XYZ8.194.5538.97-
YUV44.76199.2498.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 171 (67.19% from 255) = 79.17%
R=1.85%
G=18.98%
B=79.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4411710.980.7600.33226.7195.4334.31
Hex429AB624C021e35f22
Octal45125314211404134313742
Binary10010100110101011110001010011000100001111000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0429AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,41,171); }

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

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

 a { background-color: rgb(4,41,171); }

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

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

 span { border-color: rgb(4,41,171); }

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