Shades of Dark Cerulean #003B85
Tints of Dark Cerulean #003B85
RGB
CMYK
RGB Variations
Color information
#003B85 (or 0x003B85) is known color: Dark Cerulean. HEX triplet: 00, 3B and 85. RGB value is (0,59,133). Sum of RGB (Red+Green+Blue) = 0+59+133=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #003B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B85 is #FFC47A. Grayscale: #313131. Windows color (decimal): -16761979 or 8731392. OLE color: 8731392.
HSL color Cylindrical-coordinate representation of color #003B85: hue angle of 213.38º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B85 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 59 | 133 | - |
| CMYK | 1 | 0.56 | 0 | 0.48 |
| HSL | 213.38º | 1% | 0.26% | - |
| HSV(B) | 213.38º | 1% | 0.52% | - |
| XYZ | 5.8 | 4.82 | 22.82 | - |
| YUV | 49.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 133 | 1 | 0.56 | 0 | 0.48 | 213.38 | 1 | 0.26 |
| Hex | 0 | 3B | 85 | 64 | 38 | 0 | 30 | D5 | 64 | 1A |
| Octal | 0 | 73 | 205 | 144 | 70 | 0 | 60 | 325 | 144 | 32 |
| Binary | 0 | 111011 | 10000101 | 1100100 | 111000 | 0 | 110000 | 11010101 | 1100100 | 11010 |
Color Harmonies of #003B85
Complementary color
Monochromatic Colors of #003B85
Black with #003B85
Text Example
Text Example
White with #003B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B85; }
p { color: rgb(0,59,133); }
H1.HeaderClassName
{
color: #003B85;
}
.AnyTagClassName
{
color: #003B85;
}
</style>
background-color css
<style>
a { background-color: #003B85; }
a { background-color: rgb(0,59,133); }
div.DivClassName
{
background-color: #003B85;
}
.BgClassName
{
background-color: #003B85;
}
</style>
border-color css
<style>
span { border-color: #003B85; }
span { border-color: rgb(0,59,133); }
td.TdClassName
{
border-color: #003B85;
}
.TagClassName
{
border-color: #003B85;
}
</style>