Html Css Color HEX #01199E International Klein Blue

📋 copy color: '#01199E'

red 1 ◦ green 25 ◦ blue 158

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

Shades of International Klein Blue #01199E

Tints of International Klein Blue #01199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 85.87%

R = 0.54%
G = 13.59%
B = 85.87%

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

#01199E (or 0x01199E) is known color: International Klein Blue. HEX triplet: 01, 19 and 9E. RGB value is (1,25,158). Sum of RGB (Red+Green+Blue) = 1+25+158=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 158 (62.11% from 255 or 85.87% from 184); Max value from RGB is 158 - color contains mainly: blue. Hex color #01199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01199E is #FEE661. Grayscale: #202020. Windows color (decimal): -16705122 or 10361089. OLE color: 10361089.

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

Color convert

RGB 1 25 158 -
CMYK 0.99 0.84 0 0.38
HSL 230.83º 0.99% 0.31% -
HSV(B) 230.83º 0.99% 0.62% -
XYZ 6.53 3.17 32.62 -
YUV 32.99 198.55 105.19 -
System Red Green Blue C M Y K H S L
Decimal 1 25 158 0.99 0.84 0 0.38 230.83 0.99 0.31
Hex 1 19 9E 63 54 0 26 E7 63 1F
Octal 1 31 236 143 124 0 46 347 143 37
Binary 1 11001 10011110 1100011 1010100 0 100110 11100111 1100011 11111

Color Harmonies of #01199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01199E

Black with #01199E

Text Example


Text Example

White with #01199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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