Html Css Color HEX #04219B International Klein Blue

📋 copy color: '#04219B'

red 4 ◦ green 33 ◦ blue 155

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

Shades of International Klein Blue #04219B

Tints of International Klein Blue #04219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 2.08%
G = 17.19%
B = 80.73%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04219B (or 0x04219B) is known color: International Klein Blue. HEX triplet: 04, 21 and 9B. RGB value is (4,33,155). Sum of RGB (Red+Green+Blue) = 4+33+155=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #04219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04219B is #FBDE64. Grayscale: #252525. Windows color (decimal): -16506469 or 10166532. OLE color: 10166532.

HSL color Cylindrical-coordinate representation of color #04219B: hue angle of 228.48º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04219B is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 33 155 -
CMYK 0.97 0.79 0 0.39
HSL 228.48º 0.95% 0.31% -
HSV(B) 228.48º 0.97% 0.61% -
XYZ 6.51 3.48 31.34 -
YUV 38.24 193.89 103.58 -
System Red Green Blue C M Y K H S L
Decimal 4 33 155 0.97 0.79 0 0.39 228.48 0.95 0.31
Hex 4 21 9B 61 4F 0 27 E4 5F 1F
Octal 4 41 233 141 117 0 47 344 137 37
Binary 100 100001 10011011 1100001 1001111 0 100111 11100100 1011111 11111

Color Harmonies of #04219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04219B

Black with #04219B

Text Example


Text Example

White with #04219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04219B; }

 p { color: rgb(4,33,155); }

 H1.HeaderClassName
 {
   color: #04219B;
 }
 .AnyTagClassName
 {
   color: #04219B;
 }
</style>

background-color css

<style>
 a { background-color: #04219B; }

 a { background-color: rgb(4,33,155); }

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

border-color css

<style>
 span { border-color: #04219B; }

 span { border-color: rgb(4,33,155); }

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