Shades of Dark Cerulean #003B7B
Tints of Dark Cerulean #003B7B
RGB
CMYK
RGB Variations
Color information
#003B7B (or 0x003B7B) is known color: Dark Cerulean. HEX triplet: 00, 3B and 7B. RGB value is (0,59,123). Sum of RGB (Red+Green+Blue) = 0+59+123=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #003B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B7B is #FFC484. Grayscale: #303030. Windows color (decimal): -16761989 or 8076032. OLE color: 8076032.
HSL color Cylindrical-coordinate representation of color #003B7B: hue angle of 211.22º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B7B is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 59 | 123 | - |
| CMYK | 1 | 0.52 | 0 | 0.52 |
| HSL | 211.22º | 1% | 0.24% | - |
| HSV(B) | 211.22º | 1% | 0.48% | - |
| XYZ | 5.14 | 4.56 | 19.35 | - |
| YUV | 48.66 | 169.95 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 123 | 1 | 0.52 | 0 | 0.52 | 211.22 | 1 | 0.24 |
| Hex | 0 | 3B | 7B | 64 | 34 | 0 | 34 | D3 | 64 | 18 |
| Octal | 0 | 73 | 173 | 144 | 64 | 0 | 64 | 323 | 144 | 30 |
| Binary | 0 | 111011 | 1111011 | 1100100 | 110100 | 0 | 110100 | 11010011 | 1100100 | 11000 |
Color Harmonies of #003B7B
Complementary color
Monochromatic Colors of #003B7B
Black with #003B7B
Text Example
Text Example
White with #003B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B7B; }
p { color: rgb(0,59,123); }
H1.HeaderClassName
{
color: #003B7B;
}
.AnyTagClassName
{
color: #003B7B;
}
</style>
background-color css
<style>
a { background-color: #003B7B; }
a { background-color: rgb(0,59,123); }
div.DivClassName
{
background-color: #003B7B;
}
.BgClassName
{
background-color: #003B7B;
}
</style>
border-color css
<style>
span { border-color: #003B7B; }
span { border-color: rgb(0,59,123); }
td.TdClassName
{
border-color: #003B7B;
}
.TagClassName
{
border-color: #003B7B;
}
</style>