Shades of Dark Cerulean #01387F
Tints of Dark Cerulean #01387F
RGB
CMYK
RGB Variations
Color information
#01387F (or 0x01387F) is known color: Dark Cerulean. HEX triplet: 01, 38 and 7F. RGB value is (1,56,127). Sum of RGB (Red+Green+Blue) = 1+56+127=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #01387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01387F is #FEC780. Grayscale: #2F2F2F. Windows color (decimal): -16697217 or 8337409. OLE color: 8337409.
HSL color Cylindrical-coordinate representation of color #01387F: hue angle of 213.81º 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 #01387F is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 56 | 127 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.50 |
| HSL | 213.81º | 0.98% | 0.25% | - |
| HSV(B) | 213.81º | 0.99% | 0.5% | - |
| XYZ | 5.26 | 4.37 | 20.64 | - |
| YUV | 47.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 127 | 0.99 | 0.56 | 0 | 0.50 | 213.81 | 0.98 | 0.25 |
| Hex | 1 | 38 | 7F | 63 | 38 | 0 | 32 | D6 | 62 | 19 |
| Octal | 1 | 70 | 177 | 143 | 70 | 0 | 62 | 326 | 142 | 31 |
| Binary | 1 | 111000 | 1111111 | 1100011 | 111000 | 0 | 110010 | 11010110 | 1100010 | 11001 |
Color Harmonies of #01387F
Complementary color
Monochromatic Colors of #01387F
Black with #01387F
Text Example
Text Example
White with #01387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01387F; }
p { color: rgb(1,56,127); }
H1.HeaderClassName
{
color: #01387F;
}
.AnyTagClassName
{
color: #01387F;
}
</style>
background-color css
<style>
a { background-color: #01387F; }
a { background-color: rgb(1,56,127); }
div.DivClassName
{
background-color: #01387F;
}
.BgClassName
{
background-color: #01387F;
}
</style>
border-color css
<style>
span { border-color: #01387F; }
span { border-color: rgb(1,56,127); }
td.TdClassName
{
border-color: #01387F;
}
.TagClassName
{
border-color: #01387F;
}
</style>