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