Shades of Dark Cerulean #05347B
Tints of Dark Cerulean #05347B
RGB
CMYK
RGB Variations
Color information
#05347B (or 0x05347B) is known color: Dark Cerulean. HEX triplet: 05, 34 and 7B. RGB value is (5,52,123). Sum of RGB (Red+Green+Blue) = 5+52+123=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #05347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05347B is #FACB84. Grayscale: #2D2D2D. Windows color (decimal): -16436101 or 8074245. OLE color: 8074245.
HSL color Cylindrical-coordinate representation of color #05347B: hue angle of 216.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05347B is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 52 | 123 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.52 |
| HSL | 216.1º | 0.92% | 0.25% | - |
| HSV(B) | 216.1º | 0.96% | 0.48% | - |
| XYZ | 4.87 | 3.92 | 19.24 | - |
| YUV | 46.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 123 | 0.96 | 0.58 | 0 | 0.52 | 216.1 | 0.92 | 0.25 |
| Hex | 5 | 34 | 7B | 60 | 3A | 0 | 34 | D8 | 5C | 19 |
| Octal | 5 | 64 | 173 | 140 | 72 | 0 | 64 | 330 | 134 | 31 |
| Binary | 101 | 110100 | 1111011 | 1100000 | 111010 | 0 | 110100 | 11011000 | 1011100 | 11001 |
Color Harmonies of #05347B
Complementary color
Monochromatic Colors of #05347B
Black with #05347B
Text Example
Text Example
White with #05347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05347B; }
p { color: rgb(5,52,123); }
H1.HeaderClassName
{
color: #05347B;
}
.AnyTagClassName
{
color: #05347B;
}
</style>
background-color css
<style>
a { background-color: #05347B; }
a { background-color: rgb(5,52,123); }
div.DivClassName
{
background-color: #05347B;
}
.BgClassName
{
background-color: #05347B;
}
</style>
border-color css
<style>
span { border-color: #05347B; }
span { border-color: rgb(5,52,123); }
td.TdClassName
{
border-color: #05347B;
}
.TagClassName
{
border-color: #05347B;
}
</style>