Html Css Color HEX #04199D International Klein Blue

📋 copy color: '#04199D'

red 4 ◦ green 25 ◦ blue 157

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

Shades of International Klein Blue #04199D

Tints of International Klein Blue #04199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

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

R = 2.15%
G = 13.44%
B = 84.41%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04199D (or 0x04199D) is known color: International Klein Blue. HEX triplet: 04, 19 and 9D. RGB value is (4,25,157). Sum of RGB (Red+Green+Blue) = 4+25+157=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #04199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04199D is #FBE662. Grayscale: #212121. Windows color (decimal): -16508515 or 10295556. OLE color: 10295556.

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

Color convert

RGB 4 25 157 -
CMYK 0.97 0.84 0 0.38
HSL 231.76º 0.95% 0.32% -
HSV(B) 231.76º 0.97% 0.62% -
XYZ 6.48 3.16 32.17 -
YUV 33.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 4 25 157 0.97 0.84 0 0.38 231.76 0.95 0.32
Hex 4 19 9D 61 54 0 26 E8 5F 20
Octal 4 31 235 141 124 0 46 350 137 40
Binary 100 11001 10011101 1100001 1010100 0 100110 11101000 1011111 100000

Color Harmonies of #04199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04199D

Black with #04199D

Text Example


Text Example

White with #04199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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