Shades of Blue #0912FA
Tints of Blue #0912FA
RGB
CMYK
RGB Variations
Color information
#0912FA (or 0x0912FA) is known color: Blue. HEX triplet: 09, 12 and FA. RGB value is (9,18,250). Sum of RGB (Red+Green+Blue) = 9+18+250=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0912FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0912FA is #F6ED05. Grayscale: #282828. Windows color (decimal): -16182534 or 16388617. OLE color: 16388617.
HSL color Cylindrical-coordinate representation of color #0912FA: hue angle of 237.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0912FA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 18 | 250 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.02 |
| HSL | 237.76º | 0.96% | 0.51% | - |
| HSV(B) | 237.76º | 0.96% | 0.98% | - |
| XYZ | 17.58 | 7.39 | 90.94 | - |
| YUV | 41.76 | 245.52 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 250 | 0.96 | 0.93 | 0 | 0.02 | 237.76 | 0.96 | 0.51 |
| Hex | 9 | 12 | FA | 60 | 5D | 0 | 2 | EE | 60 | 33 |
| Octal | 11 | 22 | 372 | 140 | 135 | 0 | 2 | 356 | 140 | 63 |
| Binary | 1001 | 10010 | 11111010 | 1100000 | 1011101 | 0 | 10 | 11101110 | 1100000 | 110011 |
Color Harmonies of #0912FA
Complementary color
Monochromatic Colors of #0912FA
Black with #0912FA
Text Example
Text Example
White with #0912FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0912FA; }
p { color: rgb(9,18,250); }
H1.HeaderClassName
{
color: #0912FA;
}
.AnyTagClassName
{
color: #0912FA;
}
</style>
background-color css
<style>
a { background-color: #0912FA; }
a { background-color: rgb(9,18,250); }
div.DivClassName
{
background-color: #0912FA;
}
.BgClassName
{
background-color: #0912FA;
}
</style>
border-color css
<style>
span { border-color: #0912FA; }
span { border-color: rgb(9,18,250); }
td.TdClassName
{
border-color: #0912FA;
}
.TagClassName
{
border-color: #0912FA;
}
</style>