Html Css Color HEX #0429AC International Klein Blue

📋 copy color: '#0429AC'

red 4 ◦ green 41 ◦ blue 172

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

Shades of International Klein Blue #0429AC

Tints of International Klein Blue #0429AC

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 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

#0429AC (or 0x0429AC) is known color: 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

RGB 4 41 172 -
CMYK 0.98 0.76 0 0.33
HSL 226.79º 0.95% 0.35% -
HSV(B) 226.79º 0.98% 0.67% -
XYZ 8.29 4.59 39.48 -
YUV 44.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 4 41 172 0.98 0.76 0 0.33 226.79 0.95 0.35
Hex 4 29 AC 62 4C 0 21 E3 5F 23
Octal 4 51 254 142 114 0 41 343 137 43
Binary 100 101001 10101100 1100010 1001100 0 100001 11100011 1011111 100011

Color Harmonies of #0429AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429AC

Black with #0429AC

Text Example


Text Example

White with #0429AC

Text Example


Text Example

HTML Codes & Css Web 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>