Shades of Dark Cerulean #065E8F
Tints of Dark Cerulean #065E8F
RGB
CMYK
RGB Variations
Color information
#065E8F (or 0x065E8F) is known color: Dark Cerulean. HEX triplet: 06, 5E and 8F. RGB value is (6,94,143). Sum of RGB (Red+Green+Blue) = 6+94+143=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #065E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E8F is #F9A170. Grayscale: #484848. Windows color (decimal): -16359793 or 9395718. OLE color: 9395718.
HSL color Cylindrical-coordinate representation of color #065E8F: hue angle of 201.46º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E8F is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 94 | 143 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.44 |
| HSL | 201.46º | 0.92% | 0.29% | - |
| HSV(B) | 201.46º | 0.96% | 0.56% | - |
| XYZ | 9.04 | 10.03 | 27.45 | - |
| YUV | 73.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 143 | 0.96 | 0.34 | 0 | 0.44 | 201.46 | 0.92 | 0.29 |
| Hex | 6 | 5E | 8F | 60 | 22 | 0 | 2C | C9 | 5C | 1D |
| Octal | 6 | 136 | 217 | 140 | 42 | 0 | 54 | 311 | 134 | 35 |
| Binary | 110 | 1011110 | 10001111 | 1100000 | 100010 | 0 | 101100 | 11001001 | 1011100 | 11101 |
Color Harmonies of #065E8F
Complementary color
Monochromatic Colors of #065E8F
Black with #065E8F
Text Example
Text Example
White with #065E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E8F; }
p { color: rgb(6,94,143); }
H1.HeaderClassName
{
color: #065E8F;
}
.AnyTagClassName
{
color: #065E8F;
}
</style>
background-color css
<style>
a { background-color: #065E8F; }
a { background-color: rgb(6,94,143); }
div.DivClassName
{
background-color: #065E8F;
}
.BgClassName
{
background-color: #065E8F;
}
</style>
border-color css
<style>
span { border-color: #065E8F; }
span { border-color: rgb(6,94,143); }
td.TdClassName
{
border-color: #065E8F;
}
.TagClassName
{
border-color: #065E8F;
}
</style>