Shades of Dark Cerulean #012F7E
Tints of Dark Cerulean #012F7E
RGB
CMYK
RGB Variations
Color information
#012F7E (or 0x012F7E) is known color: Dark Cerulean. HEX triplet: 01, 2F and 7E. RGB value is (1,47,126). Sum of RGB (Red+Green+Blue) = 1+47+126=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #012F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012F7E is #FED081. Grayscale: #292929. Windows color (decimal): -16699522 or 8269569. OLE color: 8269569.
HSL color Cylindrical-coordinate representation of color #012F7E: hue angle of 217.92º 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 #012F7E is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 47 | 126 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.51 |
| HSL | 217.92º | 0.98% | 0.25% | - |
| HSV(B) | 217.92º | 0.99% | 0.49% | - |
| XYZ | 4.79 | 3.55 | 20.17 | - |
| YUV | 42.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 126 | 0.99 | 0.63 | 0 | 0.51 | 217.92 | 0.98 | 0.25 |
| Hex | 1 | 2F | 7E | 63 | 3F | 0 | 33 | DA | 62 | 19 |
| Octal | 1 | 57 | 176 | 143 | 77 | 0 | 63 | 332 | 142 | 31 |
| Binary | 1 | 101111 | 1111110 | 1100011 | 111111 | 0 | 110011 | 11011010 | 1100010 | 11001 |
Color Harmonies of #012F7E
Complementary color
Monochromatic Colors of #012F7E
Black with #012F7E
Text Example
Text Example
White with #012F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F7E; }
p { color: rgb(1,47,126); }
H1.HeaderClassName
{
color: #012F7E;
}
.AnyTagClassName
{
color: #012F7E;
}
</style>
background-color css
<style>
a { background-color: #012F7E; }
a { background-color: rgb(1,47,126); }
div.DivClassName
{
background-color: #012F7E;
}
.BgClassName
{
background-color: #012F7E;
}
</style>
border-color css
<style>
span { border-color: #012F7E; }
span { border-color: rgb(1,47,126); }
td.TdClassName
{
border-color: #012F7E;
}
.TagClassName
{
border-color: #012F7E;
}
</style>