Shades of Dark Cerulean #065C94
Tints of Dark Cerulean #065C94
RGB
CMYK
RGB Variations
Color information
#065C94 (or 0x065C94) is known color: Dark Cerulean. HEX triplet: 06, 5C and 94. RGB value is (6,92,148). Sum of RGB (Red+Green+Blue) = 6+92+148=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #065C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C94 is #F9A36B. Grayscale: #484848. Windows color (decimal): -16360300 or 9722886. OLE color: 9722886.
HSL color Cylindrical-coordinate representation of color #065C94: hue angle of 203.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C94 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 92 | 148 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.42 |
| HSL | 203.66º | 0.92% | 0.3% | - |
| HSV(B) | 203.66º | 0.96% | 0.58% | - |
| XYZ | 9.25 | 9.83 | 29.43 | - |
| YUV | 72.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 148 | 0.96 | 0.38 | 0 | 0.42 | 203.66 | 0.92 | 0.3 |
| Hex | 6 | 5C | 94 | 60 | 26 | 0 | 2A | CC | 5C | 1E |
| Octal | 6 | 134 | 224 | 140 | 46 | 0 | 52 | 314 | 134 | 36 |
| Binary | 110 | 1011100 | 10010100 | 1100000 | 100110 | 0 | 101010 | 11001100 | 1011100 | 11110 |
Color Harmonies of #065C94
Complementary color
Monochromatic Colors of #065C94
Black with #065C94
Text Example
Text Example
White with #065C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C94; }
p { color: rgb(6,92,148); }
H1.HeaderClassName
{
color: #065C94;
}
.AnyTagClassName
{
color: #065C94;
}
</style>
background-color css
<style>
a { background-color: #065C94; }
a { background-color: rgb(6,92,148); }
div.DivClassName
{
background-color: #065C94;
}
.BgClassName
{
background-color: #065C94;
}
</style>
border-color css
<style>
span { border-color: #065C94; }
span { border-color: rgb(6,92,148); }
td.TdClassName
{
border-color: #065C94;
}
.TagClassName
{
border-color: #065C94;
}
</style>