Shades of Dark Cerulean #06377A
Tints of Dark Cerulean #06377A
RGB
CMYK
RGB Variations
Color information
#06377A (or 0x06377A) is known color: Dark Cerulean. HEX triplet: 06, 37 and 7A. RGB value is (6,55,122). Sum of RGB (Red+Green+Blue) = 6+55+122=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #06377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06377A is #F9C885. Grayscale: #2F2F2F. Windows color (decimal): -16369798 or 8009478. OLE color: 8009478.
HSL color Cylindrical-coordinate representation of color #06377A: hue angle of 214.66º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06377A is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 55 | 122 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.52 |
| HSL | 214.66º | 0.91% | 0.25% | - |
| HSV(B) | 214.66º | 0.95% | 0.48% | - |
| XYZ | 4.95 | 4.18 | 18.96 | - |
| YUV | 47.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 122 | 0.95 | 0.55 | 0 | 0.52 | 214.66 | 0.91 | 0.25 |
| Hex | 6 | 37 | 7A | 5F | 37 | 0 | 34 | D7 | 5B | 19 |
| Octal | 6 | 67 | 172 | 137 | 67 | 0 | 64 | 327 | 133 | 31 |
| Binary | 110 | 110111 | 1111010 | 1011111 | 110111 | 0 | 110100 | 11010111 | 1011011 | 11001 |
Color Harmonies of #06377A
Complementary color
Monochromatic Colors of #06377A
Black with #06377A
Text Example
Text Example
White with #06377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06377A; }
p { color: rgb(6,55,122); }
H1.HeaderClassName
{
color: #06377A;
}
.AnyTagClassName
{
color: #06377A;
}
</style>
background-color css
<style>
a { background-color: #06377A; }
a { background-color: rgb(6,55,122); }
div.DivClassName
{
background-color: #06377A;
}
.BgClassName
{
background-color: #06377A;
}
</style>
border-color css
<style>
span { border-color: #06377A; }
span { border-color: rgb(6,55,122); }
td.TdClassName
{
border-color: #06377A;
}
.TagClassName
{
border-color: #06377A;
}
</style>