Html Css Color HEX #01199B International Klein Blue

📋 copy color: '#01199B'

red 1 ◦ green 25 ◦ blue 155

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

Shades of International Klein Blue #01199B

Tints of International Klein Blue #01199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 85.64%

R = 0.55%
G = 13.81%
B = 85.64%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01199B (or 0x01199B) is known color: International Klein Blue. HEX triplet: 01, 19 and 9B. RGB value is (1,25,155). Sum of RGB (Red+Green+Blue) = 1+25+155=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #01199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01199B is #FEE664. Grayscale: #202020. Windows color (decimal): -16705125 or 10164481. OLE color: 10164481.

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

Color convert

RGB 1 25 155 -
CMYK 0.99 0.84 0 0.39
HSL 230.65º 0.99% 0.31% -
HSV(B) 230.65º 0.99% 0.61% -
XYZ 6.28 3.07 31.27 -
YUV 32.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 1 25 155 0.99 0.84 0 0.39 230.65 0.99 0.31
Hex 1 19 9B 63 54 0 27 E7 63 1F
Octal 1 31 233 143 124 0 47 347 143 37
Binary 1 11001 10011011 1100011 1010100 0 100111 11100111 1100011 11111

Color Harmonies of #01199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01199B

Black with #01199B

Text Example


Text Example

White with #01199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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