Shades of Dark Cerulean #0A4B7D
Tints of Dark Cerulean #0A4B7D
RGB
CMYK
RGB Variations
Color information
#0A4B7D (or 0x0A4B7D) is known color: Dark Cerulean. HEX triplet: 0A, 4B and 7D. RGB value is (10,75,125). Sum of RGB (Red+Green+Blue) = 10+75+125=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A4B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B7D is #F5B482. Grayscale: #3D3D3D. Windows color (decimal): -16102531 or 8211210. OLE color: 8211210.
HSL color Cylindrical-coordinate representation of color #0A4B7D: hue angle of 206.09º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4B7D is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 75 | 125 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.51 |
| HSL | 206.09º | 0.85% | 0.26% | - |
| HSV(B) | 206.09º | 0.92% | 0.49% | - |
| XYZ | 6.34 | 6.58 | 20.34 | - |
| YUV | 61.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 125 | 0.92 | 0.40 | 0 | 0.51 | 206.09 | 0.85 | 0.26 |
| Hex | A | 4B | 7D | 5C | 28 | 0 | 33 | CE | 55 | 1A |
| Octal | 12 | 113 | 175 | 134 | 50 | 0 | 63 | 316 | 125 | 32 |
| Binary | 1010 | 1001011 | 1111101 | 1011100 | 101000 | 0 | 110011 | 11001110 | 1010101 | 11010 |
Color Harmonies of #0A4B7D
Complementary color
Monochromatic Colors of #0A4B7D
Black with #0A4B7D
Text Example
Text Example
White with #0A4B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4B7D; }
p { color: rgb(10,75,125); }
H1.HeaderClassName
{
color: #0A4B7D;
}
.AnyTagClassName
{
color: #0A4B7D;
}
</style>
background-color css
<style>
a { background-color: #0A4B7D; }
a { background-color: rgb(10,75,125); }
div.DivClassName
{
background-color: #0A4B7D;
}
.BgClassName
{
background-color: #0A4B7D;
}
</style>
border-color css
<style>
span { border-color: #0A4B7D; }
span { border-color: rgb(10,75,125); }
td.TdClassName
{
border-color: #0A4B7D;
}
.TagClassName
{
border-color: #0A4B7D;
}
</style>