Shades of Dark Cerulean #06387B
Tints of Dark Cerulean #06387B
RGB
CMYK
RGB Variations
Color information
#06387B (or 0x06387B) is known color: Dark Cerulean. HEX triplet: 06, 38 and 7B. RGB value is (6,56,123). Sum of RGB (Red+Green+Blue) = 6+56+123=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #06387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06387B is #F9C784. Grayscale: #303030. Windows color (decimal): -16369541 or 8075270. OLE color: 8075270.
HSL color Cylindrical-coordinate representation of color #06387B: hue angle of 214.36º 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 #06387B is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 56 | 123 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.52 |
| HSL | 214.36º | 0.91% | 0.25% | - |
| HSV(B) | 214.36º | 0.95% | 0.48% | - |
| XYZ | 5.06 | 4.3 | 19.3 | - |
| YUV | 48.69 | 169.94 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 123 | 0.95 | 0.54 | 0 | 0.52 | 214.36 | 0.91 | 0.25 |
| Hex | 6 | 38 | 7B | 5F | 36 | 0 | 34 | D6 | 5B | 19 |
| Octal | 6 | 70 | 173 | 137 | 66 | 0 | 64 | 326 | 133 | 31 |
| Binary | 110 | 111000 | 1111011 | 1011111 | 110110 | 0 | 110100 | 11010110 | 1011011 | 11001 |
Color Harmonies of #06387B
Complementary color
Monochromatic Colors of #06387B
Black with #06387B
Text Example
Text Example
White with #06387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06387B; }
p { color: rgb(6,56,123); }
H1.HeaderClassName
{
color: #06387B;
}
.AnyTagClassName
{
color: #06387B;
}
</style>
background-color css
<style>
a { background-color: #06387B; }
a { background-color: rgb(6,56,123); }
div.DivClassName
{
background-color: #06387B;
}
.BgClassName
{
background-color: #06387B;
}
</style>
border-color css
<style>
span { border-color: #06387B; }
span { border-color: rgb(6,56,123); }
td.TdClassName
{
border-color: #06387B;
}
.TagClassName
{
border-color: #06387B;
}
</style>