Html Css Color HEX #0519B8 International Klein Blue
📋 copy color: '#0519B8'red 5 ◦ green 25 ◦ blue 184
Shades of International Klein Blue #0519B8
Tints of International Klein Blue #0519B8
RGB
CMYK
RGB Variations
Color information
#0519B8 (or 0x0519B8) is known color: International Klein Blue. HEX triplet: 05, 19 and B8. RGB value is (5,25,184). Sum of RGB (Red+Green+Blue) = 5+25+184=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 184 (72.27% from 255 or 85.98% from 214); Max value from RGB is 184 - color contains mainly: blue. Hex color #0519B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519B8 is #FAE647. Grayscale: #242424. Windows color (decimal): -16442952 or 12065029. OLE color: 12065029.
HSL color Cylindrical-coordinate representation of color #0519B8: hue angle of 233.3º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519B8 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 25 | 184 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.28 |
| HSL | 233.3º | 0.95% | 0.37% | - |
| HSV(B) | 233.3º | 0.97% | 0.72% | - |
| XYZ | 9.06 | 4.19 | 45.68 | - |
| YUV | 37.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 184 | 0.97 | 0.86 | 0 | 0.28 | 233.3 | 0.95 | 0.37 |
| Hex | 5 | 19 | B8 | 61 | 56 | 0 | 1C | E9 | 5F | 25 |
| Octal | 5 | 31 | 270 | 141 | 126 | 0 | 34 | 351 | 137 | 45 |
| Binary | 101 | 11001 | 10111000 | 1100001 | 1010110 | 0 | 11100 | 11101001 | 1011111 | 100101 |
Color Harmonies of #0519B8
Complementary color
Monochromatic Colors of #0519B8
Black with #0519B8
Text Example
Text Example
White with #0519B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519B8; }
p { color: rgb(5,25,184); }
H1.HeaderClassName
{
color: #0519B8;
}
.AnyTagClassName
{
color: #0519B8;
}
</style>
background-color css
<style>
a { background-color: #0519B8; }
a { background-color: rgb(5,25,184); }
div.DivClassName
{
background-color: #0519B8;
}
.BgClassName
{
background-color: #0519B8;
}
</style>
border-color css
<style>
span { border-color: #0519B8; }
span { border-color: rgb(5,25,184); }
td.TdClassName
{
border-color: #0519B8;
}
.TagClassName
{
border-color: #0519B8;
}
</style>