Shades of Blue #0918F6
Tints of Blue #0918F6
RGB
CMYK
RGB Variations
Color information
#0918F6 (or 0x0918F6) is known color: Blue. HEX triplet: 09, 18 and F6. RGB value is (9,24,246). Sum of RGB (Red+Green+Blue) = 9+24+246=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 246 (96.48% from 255 or 88.17% from 279); Max value from RGB is 246 - color contains mainly: blue. Hex color #0918F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0918F6 is #F6E709. Grayscale: #2B2B2B. Windows color (decimal): -16181002 or 16128009. OLE color: 16128009.
HSL color Cylindrical-coordinate representation of color #0918F6: hue angle of 236.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918F6 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 24 | 246 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.04 |
| HSL | 236.2º | 0.93% | 0.5% | - |
| HSV(B) | 236.2º | 0.96% | 0.96% | - |
| XYZ | 17.07 | 7.37 | 87.71 | - |
| YUV | 44.82 | 241.53 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 246 | 0.96 | 0.90 | 0 | 0.04 | 236.2 | 0.93 | 0.5 |
| Hex | 9 | 18 | F6 | 60 | 5A | 0 | 4 | EC | 5D | 32 |
| Octal | 11 | 30 | 366 | 140 | 132 | 0 | 4 | 354 | 135 | 62 |
| Binary | 1001 | 11000 | 11110110 | 1100000 | 1011010 | 0 | 100 | 11101100 | 1011101 | 110010 |
Color Harmonies of #0918F6
Complementary color
Monochromatic Colors of #0918F6
Black with #0918F6
Text Example
Text Example
White with #0918F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918F6; }
p { color: rgb(9,24,246); }
H1.HeaderClassName
{
color: #0918F6;
}
.AnyTagClassName
{
color: #0918F6;
}
</style>
background-color css
<style>
a { background-color: #0918F6; }
a { background-color: rgb(9,24,246); }
div.DivClassName
{
background-color: #0918F6;
}
.BgClassName
{
background-color: #0918F6;
}
</style>
border-color css
<style>
span { border-color: #0918F6; }
span { border-color: rgb(9,24,246); }
td.TdClassName
{
border-color: #0918F6;
}
.TagClassName
{
border-color: #0918F6;
}
</style>