Html Css Color HEX #01199D International Klein Blue

📋 copy color: '#01199D'

red 1 ◦ green 25 ◦ blue 157

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

Shades of International Klein Blue #01199D

Tints of International Klein Blue #01199D

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

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

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

R = 0.55%
G = 13.66%
B = 85.79%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01199D (or 0x01199D) is known color: International Klein Blue. HEX triplet: 01, 19 and 9D. RGB value is (1,25,157). Sum of RGB (Red+Green+Blue) = 1+25+157=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #01199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01199D is #FEE662. Grayscale: #202020. Windows color (decimal): -16705123 or 10295553. OLE color: 10295553.

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

Color convert

RGB 1 25 157 -
CMYK 0.99 0.84 0 0.38
HSL 230.77º 0.99% 0.31% -
HSV(B) 230.77º 0.99% 0.62% -
XYZ 6.45 3.14 32.16 -
YUV 32.87 198.05 105.27 -
System Red Green Blue C M Y K H S L
Decimal 1 25 157 0.99 0.84 0 0.38 230.77 0.99 0.31
Hex 1 19 9D 63 54 0 26 E7 63 1F
Octal 1 31 235 143 124 0 46 347 143 37
Binary 1 11001 10011101 1100011 1010100 0 100110 11100111 1100011 11111

Color Harmonies of #01199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01199D

Black with #01199D

Text Example


Text Example

White with #01199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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