Html Css Color HEX #00199A International Klein Blue
📋 copy color: '#00199A'red 0 ◦ green 25 ◦ blue 154
Shades of International Klein Blue #00199A
Tints of International Klein Blue #00199A
RGB
CMYK
RGB Variations
Color information
#00199A (or 0x00199A) is known color: International Klein Blue. HEX triplet: 00, 19 and 9A. RGB value is (0,25,154). Sum of RGB (Red+Green+Blue) = 0+25+154=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 154 (60.55% from 255 or 86.03% from 179); Max value from RGB is 154 - color contains mainly: blue. Hex color #00199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00199A is #FFE665. Grayscale: #1F1F1F. Windows color (decimal): -16770662 or 10098944. OLE color: 10098944.
HSL color Cylindrical-coordinate representation of color #00199A: hue angle of 230.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00199A is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 25 | 154 | - |
| CMYK | 1 | 0.84 | 0 | 0.40 |
| HSL | 230.26º | 1% | 0.3% | - |
| HSV(B) | 230.26º | 1% | 0.6% | - |
| XYZ | 6.18 | 3.03 | 30.83 | - |
| YUV | 32.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 154 | 1 | 0.84 | 0 | 0.40 | 230.26 | 1 | 0.3 |
| Hex | 0 | 19 | 9A | 64 | 54 | 0 | 28 | E6 | 64 | 1E |
| Octal | 0 | 31 | 232 | 144 | 124 | 0 | 50 | 346 | 144 | 36 |
| Binary | 0 | 11001 | 10011010 | 1100100 | 1010100 | 0 | 101000 | 11100110 | 1100100 | 11110 |
Color Harmonies of #00199A
Complementary color
Monochromatic Colors of #00199A
Black with #00199A
Text Example
Text Example
White with #00199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00199A; }
p { color: rgb(0,25,154); }
H1.HeaderClassName
{
color: #00199A;
}
.AnyTagClassName
{
color: #00199A;
}
</style>
background-color css
<style>
a { background-color: #00199A; }
a { background-color: rgb(0,25,154); }
div.DivClassName
{
background-color: #00199A;
}
.BgClassName
{
background-color: #00199A;
}
</style>
border-color css
<style>
span { border-color: #00199A; }
span { border-color: rgb(0,25,154); }
td.TdClassName
{
border-color: #00199A;
}
.TagClassName
{
border-color: #00199A;
}
</style>