Shades of Dark Cerulean #07448B
Tints of Dark Cerulean #07448B
RGB
CMYK
RGB Variations
Color information
#07448B (or 0x07448B) is known color: Dark Cerulean. HEX triplet: 07, 44 and 8B. RGB value is (7,68,139). Sum of RGB (Red+Green+Blue) = 7+68+139=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #07448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07448B is #F8BB74. Grayscale: #393939. Windows color (decimal): -16300917 or 9126919. OLE color: 9126919.
HSL color Cylindrical-coordinate representation of color #07448B: hue angle of 212.27º 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 #07448B is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 68 | 139 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.45 |
| HSL | 212.27º | 0.9% | 0.29% | - |
| HSV(B) | 212.27º | 0.95% | 0.55% | - |
| XYZ | 6.81 | 6.04 | 25.23 | - |
| YUV | 57.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 139 | 0.95 | 0.51 | 0 | 0.45 | 212.27 | 0.9 | 0.29 |
| Hex | 7 | 44 | 8B | 5F | 33 | 0 | 2D | D4 | 5A | 1D |
| Octal | 7 | 104 | 213 | 137 | 63 | 0 | 55 | 324 | 132 | 35 |
| Binary | 111 | 1000100 | 10001011 | 1011111 | 110011 | 0 | 101101 | 11010100 | 1011010 | 11101 |
Color Harmonies of #07448B
Complementary color
Monochromatic Colors of #07448B
Black with #07448B
Text Example
Text Example
White with #07448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07448B; }
p { color: rgb(7,68,139); }
H1.HeaderClassName
{
color: #07448B;
}
.AnyTagClassName
{
color: #07448B;
}
</style>
background-color css
<style>
a { background-color: #07448B; }
a { background-color: rgb(7,68,139); }
div.DivClassName
{
background-color: #07448B;
}
.BgClassName
{
background-color: #07448B;
}
</style>
border-color css
<style>
span { border-color: #07448B; }
span { border-color: rgb(7,68,139); }
td.TdClassName
{
border-color: #07448B;
}
.TagClassName
{
border-color: #07448B;
}
</style>