Html Css Color HEX #0429AA International Klein Blue

📋 copy color: '#0429AA'

red 4 ◦ green 41 ◦ blue 170

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

Shades of International Klein Blue #0429AA

Tints of International Klein Blue #0429AA

RGB

 RED value IS 4 (1.95% from 255) = 1.86%

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 170 (66.8% from 255) = 79.07%

R = 1.86%
G = 19.07%
B = 79.07%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0429AA (or 0x0429AA) is known color: International Klein Blue. HEX triplet: 04, 29 and AA. RGB value is (4,41,170). Sum of RGB (Red+Green+Blue) = 4+41+170=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #0429AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0429AA is #FBD655. Grayscale: #2C2C2C. Windows color (decimal): -16504406 or 11151620. OLE color: 11151620.

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

Color convert

RGB 4 41 170 -
CMYK 0.98 0.76 0 0.33
HSL 226.63º 0.95% 0.34% -
HSV(B) 226.63º 0.98% 0.67% -
XYZ 8.1 4.51 38.47 -
YUV 44.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 4 41 170 0.98 0.76 0 0.33 226.63 0.95 0.34
Hex 4 29 AA 62 4C 0 21 E3 5F 22
Octal 4 51 252 142 114 0 41 343 137 42
Binary 100 101001 10101010 1100010 1001100 0 100001 11100011 1011111 100010

Color Harmonies of #0429AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429AA

Black with #0429AA

Text Example


Text Example

White with #0429AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0429AA;
 }
 .AnyTagClassName
 {
   color: #0429AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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