Html Css Color HEX #0429BF International Klein Blue

📋 copy color: '#0429BF'

red 4 ◦ green 41 ◦ blue 191

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

Shades of International Klein Blue #0429BF

Tints of International Klein Blue #0429BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.93%

R = 1.69%
G = 17.37%
B = 80.93%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0429BF (or 0x0429BF) is known color: International Klein Blue. HEX triplet: 04, 29 and BF. RGB value is (4,41,191). Sum of RGB (Red+Green+Blue) = 4+41+191=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 191 (75% from 255 or 80.93% from 236); Max value from RGB is 191 - color contains mainly: blue. Hex color #0429BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429BF is #FBD640. Grayscale: #2E2E2E. Windows color (decimal): -16504385 or 12527876. OLE color: 12527876.

HSL color Cylindrical-coordinate representation of color #0429BF: hue angle of 228.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429BF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 41 191 -
CMYK 0.98 0.79 0 0.25
HSL 228.13º 0.96% 0.38% -
HSV(B) 228.13º 0.98% 0.75% -
XYZ 10.25 5.37 49.79 -
YUV 47.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 4 41 191 0.98 0.79 0 0.25 228.13 0.96 0.38
Hex 4 29 BF 62 4F 0 19 E4 60 26
Octal 4 51 277 142 117 0 31 344 140 46
Binary 100 101001 10111111 1100010 1001111 0 11001 11100100 1100000 100110

Color Harmonies of #0429BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429BF

Black with #0429BF

Text Example


Text Example

White with #0429BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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