Html Css Color HEX #00199B International Klein Blue
📋 copy color: '#00199B'red 0 ◦ green 25 ◦ blue 155
Shades of International Klein Blue #00199B
Tints of International Klein Blue #00199B
RGB
CMYK
RGB Variations
Color information
#00199B (or 0x00199B) is known color: International Klein Blue. HEX triplet: 00, 19 and 9B. RGB value is (0,25,155). Sum of RGB (Red+Green+Blue) = 0+25+155=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #00199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00199B is #FFE664. Grayscale: #1F1F1F. Windows color (decimal): -16770661 or 10164480. OLE color: 10164480.
HSL color Cylindrical-coordinate representation of color #00199B: hue angle of 230.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00199B is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 25 | 155 | - |
| CMYK | 1 | 0.84 | 0 | 0.39 |
| HSL | 230.32º | 1% | 0.3% | - |
| HSV(B) | 230.32º | 1% | 0.61% | - |
| XYZ | 6.26 | 3.06 | 31.27 | - |
| YUV | 32.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 155 | 1 | 0.84 | 0 | 0.39 | 230.32 | 1 | 0.3 |
| Hex | 0 | 19 | 9B | 64 | 54 | 0 | 27 | E6 | 64 | 1E |
| Octal | 0 | 31 | 233 | 144 | 124 | 0 | 47 | 346 | 144 | 36 |
| Binary | 0 | 11001 | 10011011 | 1100100 | 1010100 | 0 | 100111 | 11100110 | 1100100 | 11110 |
Color Harmonies of #00199B
Complementary color
Monochromatic Colors of #00199B
Black with #00199B
Text Example
Text Example
White with #00199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00199B; }
p { color: rgb(0,25,155); }
H1.HeaderClassName
{
color: #00199B;
}
.AnyTagClassName
{
color: #00199B;
}
</style>
background-color css
<style>
a { background-color: #00199B; }
a { background-color: rgb(0,25,155); }
div.DivClassName
{
background-color: #00199B;
}
.BgClassName
{
background-color: #00199B;
}
</style>
border-color css
<style>
span { border-color: #00199B; }
span { border-color: rgb(0,25,155); }
td.TdClassName
{
border-color: #00199B;
}
.TagClassName
{
border-color: #00199B;
}
</style>