Shades of Blue #0918FF
Tints of Blue #0918FF
RGB
CMYK
RGB Variations
Color information
#0918FF (or 0x0918FF) is known color: Blue. HEX triplet: 09, 18 and FF. RGB value is (9,24,255). Sum of RGB (Red+Green+Blue) = 9+24+255=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #0918FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0918FF is #F6E700. Grayscale: #2C2C2C. Windows color (decimal): -16180993 or 16717833. OLE color: 16717833.
HSL color Cylindrical-coordinate representation of color #0918FF: hue angle of 236.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918FF is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 24 | 255 | - |
| CMYK | 0.96 | 0.91 | 0 | 0 |
| HSL | 236.34º | 1% | 0.52% | - |
| HSV(B) | 236.34º | 0.96% | 1% | - |
| XYZ | 18.49 | 7.93 | 95.16 | - |
| YUV | 45.85 | 246.03 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 255 | 0.96 | 0.91 | 0 | 0 | 236.34 | 1 | 0.52 |
| Hex | 9 | 18 | FF | 60 | 5B | 0 | 0 | EC | 64 | 34 |
| Octal | 11 | 30 | 377 | 140 | 133 | 0 | 0 | 354 | 144 | 64 |
| Binary | 1001 | 11000 | 11111111 | 1100000 | 1011011 | 0 | 0 | 11101100 | 1100100 | 110100 |
Color Harmonies of #0918FF
Complementary color
Monochromatic Colors of #0918FF
Black with #0918FF
Text Example
Text Example
White with #0918FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918FF; }
p { color: rgb(9,24,255); }
H1.HeaderClassName
{
color: #0918FF;
}
.AnyTagClassName
{
color: #0918FF;
}
</style>
background-color css
<style>
a { background-color: #0918FF; }
a { background-color: rgb(9,24,255); }
div.DivClassName
{
background-color: #0918FF;
}
.BgClassName
{
background-color: #0918FF;
}
</style>
border-color css
<style>
span { border-color: #0918FF; }
span { border-color: rgb(9,24,255); }
td.TdClassName
{
border-color: #0918FF;
}
.TagClassName
{
border-color: #0918FF;
}
</style>