Html Css Color HEX #0019BA International Klein Blue
📋 copy color: '#0019BA'red 0 ◦ green 25 ◦ blue 186
Shades of International Klein Blue #0019BA
Tints of International Klein Blue #0019BA
RGB
CMYK
RGB Variations
Color information
#0019BA (or 0x0019BA) is known color: International Klein Blue. HEX triplet: 00, 19 and BA. RGB value is (0,25,186). Sum of RGB (Red+Green+Blue) = 0+25+186=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #0019BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019BA is #FFE645. Grayscale: #232323. Windows color (decimal): -16770630 or 12196096. OLE color: 12196096.
HSL color Cylindrical-coordinate representation of color #0019BA: hue angle of 231.94º 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 #0019BA is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 25 | 186 | - |
| CMYK | 1 | 0.87 | 0 | 0.27 |
| HSL | 231.94º | 1% | 0.36% | - |
| HSV(B) | 231.94º | 1% | 0.73% | - |
| XYZ | 9.21 | 4.24 | 46.79 | - |
| YUV | 35.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 186 | 1 | 0.87 | 0 | 0.27 | 231.94 | 1 | 0.36 |
| Hex | 0 | 19 | BA | 64 | 57 | 0 | 1B | E8 | 64 | 24 |
| Octal | 0 | 31 | 272 | 144 | 127 | 0 | 33 | 350 | 144 | 44 |
| Binary | 0 | 11001 | 10111010 | 1100100 | 1010111 | 0 | 11011 | 11101000 | 1100100 | 100100 |
Color Harmonies of #0019BA
Complementary color
Monochromatic Colors of #0019BA
Black with #0019BA
Text Example
Text Example
White with #0019BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0019BA; }
p { color: rgb(0,25,186); }
H1.HeaderClassName
{
color: #0019BA;
}
.AnyTagClassName
{
color: #0019BA;
}
</style>
background-color css
<style>
a { background-color: #0019BA; }
a { background-color: rgb(0,25,186); }
div.DivClassName
{
background-color: #0019BA;
}
.BgClassName
{
background-color: #0019BA;
}
</style>
border-color css
<style>
span { border-color: #0019BA; }
span { border-color: rgb(0,25,186); }
td.TdClassName
{
border-color: #0019BA;
}
.TagClassName
{
border-color: #0019BA;
}
</style>