Shades of Dark Cerulean #065092
Tints of Dark Cerulean #065092
RGB
CMYK
RGB Variations
Color information
#065092 (or 0x065092) is known color: Dark Cerulean. HEX triplet: 06, 50 and 92. RGB value is (6,80,146). Sum of RGB (Red+Green+Blue) = 6+80+146=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #065092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065092 is #F9AF6D. Grayscale: #414141. Windows color (decimal): -16363374 or 9588742. OLE color: 9588742.
HSL color Cylindrical-coordinate representation of color #065092: hue angle of 208.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065092 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 80 | 146 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.43 |
| HSL | 208.29º | 0.92% | 0.3% | - |
| HSV(B) | 208.29º | 0.96% | 0.57% | - |
| XYZ | 8.13 | 7.85 | 28.28 | - |
| YUV | 65.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 146 | 0.96 | 0.45 | 0 | 0.43 | 208.29 | 0.92 | 0.3 |
| Hex | 6 | 50 | 92 | 60 | 2D | 0 | 2B | D0 | 5C | 1E |
| Octal | 6 | 120 | 222 | 140 | 55 | 0 | 53 | 320 | 134 | 36 |
| Binary | 110 | 1010000 | 10010010 | 1100000 | 101101 | 0 | 101011 | 11010000 | 1011100 | 11110 |
Color Harmonies of #065092
Complementary color
Monochromatic Colors of #065092
Black with #065092
Text Example
Text Example
White with #065092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065092; }
p { color: rgb(6,80,146); }
H1.HeaderClassName
{
color: #065092;
}
.AnyTagClassName
{
color: #065092;
}
</style>
background-color css
<style>
a { background-color: #065092; }
a { background-color: rgb(6,80,146); }
div.DivClassName
{
background-color: #065092;
}
.BgClassName
{
background-color: #065092;
}
</style>
border-color css
<style>
span { border-color: #065092; }
span { border-color: rgb(6,80,146); }
td.TdClassName
{
border-color: #065092;
}
.TagClassName
{
border-color: #065092;
}
</style>