Shades of Dark Cerulean #0F3382
Tints of Dark Cerulean #0F3382
RGB
CMYK
RGB Variations
Color information
#0F3382 (or 0x0F3382) is known color: Dark Cerulean. HEX triplet: 0F, 33 and 82. RGB value is (15,51,130). Sum of RGB (Red+Green+Blue) = 15+51+130=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F3382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3382 is #F0CC7D. Grayscale: #303030. Windows color (decimal): -15780990 or 8532751. OLE color: 8532751.
HSL color Cylindrical-coordinate representation of color #0F3382: hue angle of 221.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3382 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 51 | 130 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.49 |
| HSL | 221.22º | 0.79% | 0.28% | - |
| HSV(B) | 221.22º | 0.88% | 0.51% | - |
| XYZ | 5.41 | 4.08 | 21.62 | - |
| YUV | 49.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 130 | 0.88 | 0.61 | 0 | 0.49 | 221.22 | 0.79 | 0.28 |
| Hex | F | 33 | 82 | 58 | 3D | 0 | 31 | DD | 4F | 1C |
| Octal | 17 | 63 | 202 | 130 | 75 | 0 | 61 | 335 | 117 | 34 |
| Binary | 1111 | 110011 | 10000010 | 1011000 | 111101 | 0 | 110001 | 11011101 | 1001111 | 11100 |
Color Harmonies of #0F3382
Complementary color
Monochromatic Colors of #0F3382
Black with #0F3382
Text Example
Text Example
White with #0F3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3382; }
p { color: rgb(15,51,130); }
H1.HeaderClassName
{
color: #0F3382;
}
.AnyTagClassName
{
color: #0F3382;
}
</style>
background-color css
<style>
a { background-color: #0F3382; }
a { background-color: rgb(15,51,130); }
div.DivClassName
{
background-color: #0F3382;
}
.BgClassName
{
background-color: #0F3382;
}
</style>
border-color css
<style>
span { border-color: #0F3382; }
span { border-color: rgb(15,51,130); }
td.TdClassName
{
border-color: #0F3382;
}
.TagClassName
{
border-color: #0F3382;
}
</style>