Html Css Color HEX #0919B8 International Klein Blue
📋 copy color: '#0919B8'red 9 ◦ green 25 ◦ blue 184
Shades of International Klein Blue #0919B8
Tints of International Klein Blue #0919B8
RGB
CMYK
RGB Variations
Color information
#0919B8 (or 0x0919B8) is known color: International Klein Blue. HEX triplet: 09, 19 and B8. RGB value is (9,25,184). Sum of RGB (Red+Green+Blue) = 9+25+184=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 184 (72.27% from 255 or 84.40% from 218); Max value from RGB is 184 - color contains mainly: blue. Hex color #0919B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919B8 is #F6E647. Grayscale: #252525. Windows color (decimal): -16180808 or 12065033. OLE color: 12065033.
HSL color Cylindrical-coordinate representation of color #0919B8: hue angle of 234.51º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0919B8 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 25 | 184 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.28 |
| HSL | 234.51º | 0.91% | 0.38% | - |
| HSV(B) | 234.51º | 0.95% | 0.72% | - |
| XYZ | 9.11 | 4.21 | 45.68 | - |
| YUV | 38.34 | 210.2 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 184 | 0.95 | 0.86 | 0 | 0.28 | 234.51 | 0.91 | 0.38 |
| Hex | 9 | 19 | B8 | 5F | 56 | 0 | 1C | EB | 5B | 26 |
| Octal | 11 | 31 | 270 | 137 | 126 | 0 | 34 | 353 | 133 | 46 |
| Binary | 1001 | 11001 | 10111000 | 1011111 | 1010110 | 0 | 11100 | 11101011 | 1011011 | 100110 |
Color Harmonies of #0919B8
Complementary color
Monochromatic Colors of #0919B8
Black with #0919B8
Text Example
Text Example
White with #0919B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919B8; }
p { color: rgb(9,25,184); }
H1.HeaderClassName
{
color: #0919B8;
}
.AnyTagClassName
{
color: #0919B8;
}
</style>
background-color css
<style>
a { background-color: #0919B8; }
a { background-color: rgb(9,25,184); }
div.DivClassName
{
background-color: #0919B8;
}
.BgClassName
{
background-color: #0919B8;
}
</style>
border-color css
<style>
span { border-color: #0919B8; }
span { border-color: rgb(9,25,184); }
td.TdClassName
{
border-color: #0919B8;
}
.TagClassName
{
border-color: #0919B8;
}
</style>