Html Css Color HEX #04249D International Klein Blue

📋 copy color: '#04249D'

red 4 ◦ green 36 ◦ blue 157

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

Shades of International Klein Blue #04249D

Tints of International Klein Blue #04249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

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

R = 2.03%
G = 18.27%
B = 79.7%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04249D (or 0x04249D) is known color: International Klein Blue. HEX triplet: 04, 24 and 9D. RGB value is (4,36,157). Sum of RGB (Red+Green+Blue) = 4+36+157=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #04249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04249D is #FBDB62. Grayscale: #272727. Windows color (decimal): -16505699 or 10298372. OLE color: 10298372.

HSL color Cylindrical-coordinate representation of color #04249D: hue angle of 227.45º 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 #04249D is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 36 157 -
CMYK 0.97 0.77 0 0.38
HSL 227.45º 0.95% 0.32% -
HSV(B) 227.45º 0.97% 0.62% -
XYZ 6.77 3.72 32.26 -
YUV 40.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 4 36 157 0.97 0.77 0 0.38 227.45 0.95 0.32
Hex 4 24 9D 61 4D 0 26 E3 5F 20
Octal 4 44 235 141 115 0 46 343 137 40
Binary 100 100100 10011101 1100001 1001101 0 100110 11100011 1011111 100000

Color Harmonies of #04249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04249D

Black with #04249D

Text Example


Text Example

White with #04249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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