Shades of Dark Cerulean #01437E
Tints of Dark Cerulean #01437E
RGB
CMYK
RGB Variations
Color information
#01437E (or 0x01437E) is known color: Dark Cerulean. HEX triplet: 01, 43 and 7E. RGB value is (1,67,126). Sum of RGB (Red+Green+Blue) = 1+67+126=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #01437E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01437E is #FEBC81. Grayscale: #353535. Windows color (decimal): -16694402 or 8274689. OLE color: 8274689.
HSL color Cylindrical-coordinate representation of color #01437E: hue angle of 208.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01437E is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 67 | 126 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.51 |
| HSL | 208.32º | 0.98% | 0.25% | - |
| HSV(B) | 208.32º | 0.99% | 0.49% | - |
| XYZ | 5.79 | 5.53 | 20.5 | - |
| YUV | 53.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 126 | 0.99 | 0.47 | 0 | 0.51 | 208.32 | 0.98 | 0.25 |
| Hex | 1 | 43 | 7E | 63 | 2F | 0 | 33 | D0 | 62 | 19 |
| Octal | 1 | 103 | 176 | 143 | 57 | 0 | 63 | 320 | 142 | 31 |
| Binary | 1 | 1000011 | 1111110 | 1100011 | 101111 | 0 | 110011 | 11010000 | 1100010 | 11001 |
Color Harmonies of #01437E
Complementary color
Monochromatic Colors of #01437E
Black with #01437E
Text Example
Text Example
White with #01437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01437E; }
p { color: rgb(1,67,126); }
H1.HeaderClassName
{
color: #01437E;
}
.AnyTagClassName
{
color: #01437E;
}
</style>
background-color css
<style>
a { background-color: #01437E; }
a { background-color: rgb(1,67,126); }
div.DivClassName
{
background-color: #01437E;
}
.BgClassName
{
background-color: #01437E;
}
</style>
border-color css
<style>
span { border-color: #01437E; }
span { border-color: rgb(1,67,126); }
td.TdClassName
{
border-color: #01437E;
}
.TagClassName
{
border-color: #01437E;
}
</style>