#0429AC

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

Shades of International Klein Blue #0429AC

Tints of International Klein Blue #0429AC

Color information

#0429AC (or 0x0429AC) is unknown color: approx International Klein Blue. HEX triplet: 04, 29 and AC. RGB value is (4,41,172). Sum of RGB (Red+Green+Blue) = 4+41+172=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #0429AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429AC is #FBD653. Grayscale: #2C2C2C. Windows color (decimal): -16504404 or 11282692. OLE color: 11282692.

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

Color convert

RGB441172-
CMYK0.980.7600.33
HSL226.79º95.45%34.51%-
HSV(B)226.79º97.67%67.45%-
XYZ8.294.5939.48-
YUV44.87199.7498.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=1.84%
G=18.89%
B=79.26%

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
Decimal4411720.980.7600.33226.7995.4534.51
Hex429AC624C021e35f23
Octal45125414211404134313743
Binary10010100110101100110001010011000100001111000111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0429AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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