Shades of Dark Cerulean #065C8D
Tints of Dark Cerulean #065C8D
RGB
CMYK
RGB Variations
Color information
#065C8D (or 0x065C8D) is known color: Dark Cerulean. HEX triplet: 06, 5C and 8D. RGB value is (6,92,141). Sum of RGB (Red+Green+Blue) = 6+92+141=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #065C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C8D is #F9A372. Grayscale: #474747. Windows color (decimal): -16360307 or 9264134. OLE color: 9264134.
HSL color Cylindrical-coordinate representation of color #065C8D: hue angle of 201.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C8D is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 92 | 141 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.45 |
| HSL | 201.78º | 0.92% | 0.29% | - |
| HSV(B) | 201.78º | 0.96% | 0.55% | - |
| XYZ | 8.71 | 9.62 | 26.6 | - |
| YUV | 71.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 141 | 0.96 | 0.35 | 0 | 0.45 | 201.78 | 0.92 | 0.29 |
| Hex | 6 | 5C | 8D | 60 | 23 | 0 | 2D | CA | 5C | 1D |
| Octal | 6 | 134 | 215 | 140 | 43 | 0 | 55 | 312 | 134 | 35 |
| Binary | 110 | 1011100 | 10001101 | 1100000 | 100011 | 0 | 101101 | 11001010 | 1011100 | 11101 |
Color Harmonies of #065C8D
Complementary color
Monochromatic Colors of #065C8D
Black with #065C8D
Text Example
Text Example
White with #065C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C8D; }
p { color: rgb(6,92,141); }
H1.HeaderClassName
{
color: #065C8D;
}
.AnyTagClassName
{
color: #065C8D;
}
</style>
background-color css
<style>
a { background-color: #065C8D; }
a { background-color: rgb(6,92,141); }
div.DivClassName
{
background-color: #065C8D;
}
.BgClassName
{
background-color: #065C8D;
}
</style>
border-color css
<style>
span { border-color: #065C8D; }
span { border-color: rgb(6,92,141); }
td.TdClassName
{
border-color: #065C8D;
}
.TagClassName
{
border-color: #065C8D;
}
</style>