Html Css Color HEX #03199D International Klein Blue

📋 copy color: '#03199D'

red 3 ◦ green 25 ◦ blue 157

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

Shades of International Klein Blue #03199D

Tints of International Klein Blue #03199D

RGB

 RED value IS 3 (1.56% from 255) = 1.62%

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

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

R = 1.62%
G = 13.51%
B = 84.86%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03199D (or 0x03199D) is known color: International Klein Blue. HEX triplet: 03, 19 and 9D. RGB value is (3,25,157). Sum of RGB (Red+Green+Blue) = 3+25+157=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #03199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03199D is #FCE662. Grayscale: #202020. Windows color (decimal): -16574051 or 10295555. OLE color: 10295555.

HSL color Cylindrical-coordinate representation of color #03199D: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03199D is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 25 157 -
CMYK 0.98 0.84 0 0.38
HSL 231.43º 0.96% 0.31% -
HSV(B) 231.43º 0.98% 0.62% -
XYZ 6.47 3.15 32.17 -
YUV 33.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 3 25 157 0.98 0.84 0 0.38 231.43 0.96 0.31
Hex 3 19 9D 62 54 0 26 E7 60 1F
Octal 3 31 235 142 124 0 46 347 140 37
Binary 11 11001 10011101 1100010 1010100 0 100110 11100111 1100000 11111

Color Harmonies of #03199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03199D

Black with #03199D

Text Example


Text Example

White with #03199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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