Html Css Color HEX #0019B9 International Klein Blue
📋 copy color: '#0019B9'red 0 ◦ green 25 ◦ blue 185
Shades of International Klein Blue #0019B9
Tints of International Klein Blue #0019B9
RGB
CMYK
RGB Variations
Color information
#0019B9 (or 0x0019B9) is known color: International Klein Blue. HEX triplet: 00, 19 and B9. RGB value is (0,25,185). Sum of RGB (Red+Green+Blue) = 0+25+185=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 185 (72.66% from 255 or 88.10% from 210); Max value from RGB is 185 - color contains mainly: blue. Hex color #0019B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019B9 is #FFE646. Grayscale: #232323. Windows color (decimal): -16770631 or 12130560. OLE color: 12130560.
HSL color Cylindrical-coordinate representation of color #0019B9: hue angle of 231.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019B9 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 25 | 185 | - |
| CMYK | 1 | 0.86 | 0 | 0.27 |
| HSL | 231.89º | 1% | 0.36% | - |
| HSV(B) | 231.89º | 1% | 0.73% | - |
| XYZ | 9.1 | 4.2 | 46.23 | - |
| YUV | 35.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 185 | 1 | 0.86 | 0 | 0.27 | 231.89 | 1 | 0.36 |
| Hex | 0 | 19 | B9 | 64 | 56 | 0 | 1B | E8 | 64 | 24 |
| Octal | 0 | 31 | 271 | 144 | 126 | 0 | 33 | 350 | 144 | 44 |
| Binary | 0 | 11001 | 10111001 | 1100100 | 1010110 | 0 | 11011 | 11101000 | 1100100 | 100100 |
Color Harmonies of #0019B9
Complementary color
Monochromatic Colors of #0019B9
Black with #0019B9
Text Example
Text Example
White with #0019B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019B9; }
p { color: rgb(0,25,185); }
H1.HeaderClassName
{
color: #0019B9;
}
.AnyTagClassName
{
color: #0019B9;
}
</style>
background-color css
<style>
a { background-color: #0019B9; }
a { background-color: rgb(0,25,185); }
div.DivClassName
{
background-color: #0019B9;
}
.BgClassName
{
background-color: #0019B9;
}
</style>
border-color css
<style>
span { border-color: #0019B9; }
span { border-color: rgb(0,25,185); }
td.TdClassName
{
border-color: #0019B9;
}
.TagClassName
{
border-color: #0019B9;
}
</style>