Shades of Dark Cerulean #01377F
Tints of Dark Cerulean #01377F
RGB
CMYK
RGB Variations
Color information
#01377F (or 0x01377F) is known color: Dark Cerulean. HEX triplet: 01, 37 and 7F. RGB value is (1,55,127). Sum of RGB (Red+Green+Blue) = 1+55+127=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #01377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01377F is #FEC880. Grayscale: #2E2E2E. Windows color (decimal): -16697473 or 8337153. OLE color: 8337153.
HSL color Cylindrical-coordinate representation of color #01377F: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01377F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 55 | 127 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.50 |
| HSL | 214.29º | 0.98% | 0.25% | - |
| HSV(B) | 214.29º | 0.99% | 0.5% | - |
| XYZ | 5.21 | 4.27 | 20.63 | - |
| YUV | 47.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 127 | 0.99 | 0.57 | 0 | 0.50 | 214.29 | 0.98 | 0.25 |
| Hex | 1 | 37 | 7F | 63 | 39 | 0 | 32 | D6 | 62 | 19 |
| Octal | 1 | 67 | 177 | 143 | 71 | 0 | 62 | 326 | 142 | 31 |
| Binary | 1 | 110111 | 1111111 | 1100011 | 111001 | 0 | 110010 | 11010110 | 1100010 | 11001 |
Color Harmonies of #01377F
Complementary color
Monochromatic Colors of #01377F
Black with #01377F
Text Example
Text Example
White with #01377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01377F; }
p { color: rgb(1,55,127); }
H1.HeaderClassName
{
color: #01377F;
}
.AnyTagClassName
{
color: #01377F;
}
</style>
background-color css
<style>
a { background-color: #01377F; }
a { background-color: rgb(1,55,127); }
div.DivClassName
{
background-color: #01377F;
}
.BgClassName
{
background-color: #01377F;
}
</style>
border-color css
<style>
span { border-color: #01377F; }
span { border-color: rgb(1,55,127); }
td.TdClassName
{
border-color: #01377F;
}
.TagClassName
{
border-color: #01377F;
}
</style>