Shades of Dark Cerulean #07448C
Tints of Dark Cerulean #07448C
RGB
CMYK
RGB Variations
Color information
#07448C (or 0x07448C) is known color: Dark Cerulean. HEX triplet: 07, 44 and 8C. RGB value is (7,68,140). Sum of RGB (Red+Green+Blue) = 7+68+140=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #07448C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07448C is #F8BB73. Grayscale: #393939. Windows color (decimal): -16300916 or 9192455. OLE color: 9192455.
HSL color Cylindrical-coordinate representation of color #07448C: hue angle of 212.48º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07448C is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 68 | 140 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.45 |
| HSL | 212.48º | 0.9% | 0.29% | - |
| HSV(B) | 212.48º | 0.95% | 0.55% | - |
| XYZ | 6.89 | 6.07 | 25.62 | - |
| YUV | 57.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 140 | 0.95 | 0.51 | 0 | 0.45 | 212.48 | 0.9 | 0.29 |
| Hex | 7 | 44 | 8C | 5F | 33 | 0 | 2D | D4 | 5A | 1D |
| Octal | 7 | 104 | 214 | 137 | 63 | 0 | 55 | 324 | 132 | 35 |
| Binary | 111 | 1000100 | 10001100 | 1011111 | 110011 | 0 | 101101 | 11010100 | 1011010 | 11101 |
Color Harmonies of #07448C
Complementary color
Monochromatic Colors of #07448C
Black with #07448C
Text Example
Text Example
White with #07448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07448C; }
p { color: rgb(7,68,140); }
H1.HeaderClassName
{
color: #07448C;
}
.AnyTagClassName
{
color: #07448C;
}
</style>
background-color css
<style>
a { background-color: #07448C; }
a { background-color: rgb(7,68,140); }
div.DivClassName
{
background-color: #07448C;
}
.BgClassName
{
background-color: #07448C;
}
</style>
border-color css
<style>
span { border-color: #07448C; }
span { border-color: rgb(7,68,140); }
td.TdClassName
{
border-color: #07448C;
}
.TagClassName
{
border-color: #07448C;
}
</style>