Shades of Blue #0933FF
Tints of Blue #0933FF
RGB
CMYK
RGB Variations
Color information
#0933FF (or 0x0933FF) is known color: Blue. HEX triplet: 09, 33 and FF. RGB value is (9,51,255). Sum of RGB (Red+Green+Blue) = 9+51+255=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #0933FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0933FF is #F6CC00. Grayscale: #3C3C3C. Windows color (decimal): -16174081 or 16724745. OLE color: 16724745.
HSL color Cylindrical-coordinate representation of color #0933FF: hue angle of 229.76º 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 #0933FF is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 51 | 255 | - |
| CMYK | 0.96 | 0.8 | 0 | 0 |
| HSL | 229.76º | 1% | 0.52% | - |
| HSV(B) | 229.76º | 0.96% | 1% | - |
| XYZ | 19.35 | 9.65 | 95.45 | - |
| YUV | 61.7 | 237.09 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 255 | 0.96 | 0.8 | 0 | 0 | 229.76 | 1 | 0.52 |
| Hex | 9 | 33 | FF | 60 | 50 | 0 | 0 | E6 | 64 | 34 |
| Octal | 11 | 63 | 377 | 140 | 120 | 0 | 0 | 346 | 144 | 64 |
| Binary | 1001 | 110011 | 11111111 | 1100000 | 1010000 | 0 | 0 | 11100110 | 1100100 | 110100 |
Color Harmonies of #0933FF
Complementary color
Monochromatic Colors of #0933FF
Black with #0933FF
Text Example
Text Example
White with #0933FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933FF; }
p { color: rgb(9,51,255); }
H1.HeaderClassName
{
color: #0933FF;
}
.AnyTagClassName
{
color: #0933FF;
}
</style>
background-color css
<style>
a { background-color: #0933FF; }
a { background-color: rgb(9,51,255); }
div.DivClassName
{
background-color: #0933FF;
}
.BgClassName
{
background-color: #0933FF;
}
</style>
border-color css
<style>
span { border-color: #0933FF; }
span { border-color: rgb(9,51,255); }
td.TdClassName
{
border-color: #0933FF;
}
.TagClassName
{
border-color: #0933FF;
}
</style>