Shades of Dark Cerulean #06367B
Tints of Dark Cerulean #06367B
RGB
CMYK
RGB Variations
Color information
#06367B (or 0x06367B) is known color: Dark Cerulean. HEX triplet: 06, 36 and 7B. RGB value is (6,54,123). Sum of RGB (Red+Green+Blue) = 6+54+123=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #06367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06367B is #F9C984. Grayscale: #2F2F2F. Windows color (decimal): -16370053 or 8074758. OLE color: 8074758.
HSL color Cylindrical-coordinate representation of color #06367B: hue angle of 215.38º 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 #06367B is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 54 | 123 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.52 |
| HSL | 215.38º | 0.91% | 0.25% | - |
| HSV(B) | 215.38º | 0.95% | 0.48% | - |
| XYZ | 4.97 | 4.11 | 19.27 | - |
| YUV | 47.51 | 170.6 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 123 | 0.95 | 0.56 | 0 | 0.52 | 215.38 | 0.91 | 0.25 |
| Hex | 6 | 36 | 7B | 5F | 38 | 0 | 34 | D7 | 5B | 19 |
| Octal | 6 | 66 | 173 | 137 | 70 | 0 | 64 | 327 | 133 | 31 |
| Binary | 110 | 110110 | 1111011 | 1011111 | 111000 | 0 | 110100 | 11010111 | 1011011 | 11001 |
Color Harmonies of #06367B
Complementary color
Monochromatic Colors of #06367B
Black with #06367B
Text Example
Text Example
White with #06367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06367B; }
p { color: rgb(6,54,123); }
H1.HeaderClassName
{
color: #06367B;
}
.AnyTagClassName
{
color: #06367B;
}
</style>
background-color css
<style>
a { background-color: #06367B; }
a { background-color: rgb(6,54,123); }
div.DivClassName
{
background-color: #06367B;
}
.BgClassName
{
background-color: #06367B;
}
</style>
border-color css
<style>
span { border-color: #06367B; }
span { border-color: rgb(6,54,123); }
td.TdClassName
{
border-color: #06367B;
}
.TagClassName
{
border-color: #06367B;
}
</style>