Html Css Color HEX #04209D International Klein Blue

📋 copy color: '#04209D'

red 4 ◦ green 32 ◦ blue 157

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

Shades of International Klein Blue #04209D

Tints of International Klein Blue #04209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 157 (61.72% from 255) = 81.35%

R = 2.07%
G = 16.58%
B = 81.35%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04209D (or 0x04209D) is known color: International Klein Blue. HEX triplet: 04, 20 and 9D. RGB value is (4,32,157). Sum of RGB (Red+Green+Blue) = 4+32+157=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #04209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04209D is #FBDF62. Grayscale: #252525. Windows color (decimal): -16506723 or 10297348. OLE color: 10297348.

HSL color Cylindrical-coordinate representation of color #04209D: hue angle of 229.02º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04209D is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 32 157 -
CMYK 0.97 0.80 0 0.38
HSL 229.02º 0.95% 0.32% -
HSV(B) 229.02º 0.97% 0.62% -
XYZ 6.65 3.49 32.22 -
YUV 37.88 195.22 103.84 -
System Red Green Blue C M Y K H S L
Decimal 4 32 157 0.97 0.80 0 0.38 229.02 0.95 0.32
Hex 4 20 9D 61 50 0 26 E5 5F 20
Octal 4 40 235 141 120 0 46 345 137 40
Binary 100 100000 10011101 1100001 1010000 0 100110 11100101 1011111 100000

Color Harmonies of #04209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04209D

Black with #04209D

Text Example


Text Example

White with #04209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04209D; }

 p { color: rgb(4,32,157); }

 H1.HeaderClassName
 {
   color: #04209D;
 }
 .AnyTagClassName
 {
   color: #04209D;
 }
</style>

background-color css

<style>
 a { background-color: #04209D; }

 a { background-color: rgb(4,32,157); }

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

border-color css

<style>
 span { border-color: #04209D; }

 span { border-color: rgb(4,32,157); }

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