Shades of Navy Blue #0952CC
Tints of Navy Blue #0952CC
RGB
CMYK
RGB Variations
Color information
#0952CC (or 0x0952CC) is known color: Navy Blue. HEX triplet: 09, 52 and CC. RGB value is (9,82,204). Sum of RGB (Red+Green+Blue) = 9+82+204=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #0952CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952CC is #F6AD33. Grayscale: #494949. Windows color (decimal): -16166196 or 13390345. OLE color: 13390345.
HSL color Cylindrical-coordinate representation of color #0952CC: hue angle of 217.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952CC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 82 | 204 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.2 |
| HSL | 217.54º | 0.92% | 0.42% | - |
| HSV(B) | 217.54º | 0.96% | 0.8% | - |
| XYZ | 14.03 | 10.45 | 58.4 | - |
| YUV | 74.08 | 201.32 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 204 | 0.96 | 0.60 | 0 | 0.2 | 217.54 | 0.92 | 0.42 |
| Hex | 9 | 52 | CC | 60 | 3C | 0 | 14 | DA | 5C | 2A |
| Octal | 11 | 122 | 314 | 140 | 74 | 0 | 24 | 332 | 134 | 52 |
| Binary | 1001 | 1010010 | 11001100 | 1100000 | 111100 | 0 | 10100 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0952CC
Complementary color
Monochromatic Colors of #0952CC
Black with #0952CC
Text Example
Text Example
White with #0952CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952CC; }
p { color: rgb(9,82,204); }
H1.HeaderClassName
{
color: #0952CC;
}
.AnyTagClassName
{
color: #0952CC;
}
</style>
background-color css
<style>
a { background-color: #0952CC; }
a { background-color: rgb(9,82,204); }
div.DivClassName
{
background-color: #0952CC;
}
.BgClassName
{
background-color: #0952CC;
}
</style>
border-color css
<style>
span { border-color: #0952CC; }
span { border-color: rgb(9,82,204); }
td.TdClassName
{
border-color: #0952CC;
}
.TagClassName
{
border-color: #0952CC;
}
</style>