Shades of Dark Cerulean #065081
Tints of Dark Cerulean #065081
RGB
CMYK
RGB Variations
Color information
#065081 (or 0x065081) is known color: Dark Cerulean. HEX triplet: 06, 50 and 81. RGB value is (6,80,129). Sum of RGB (Red+Green+Blue) = 6+80+129=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #065081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065081 is #F9AF7E. Grayscale: #3F3F3F. Windows color (decimal): -16363391 or 8474630. OLE color: 8474630.
HSL color Cylindrical-coordinate representation of color #065081: hue angle of 203.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065081 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 80 | 129 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.49 |
| HSL | 203.9º | 0.91% | 0.26% | - |
| HSV(B) | 203.9º | 0.95% | 0.51% | - |
| XYZ | 6.91 | 7.36 | 21.83 | - |
| YUV | 63.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 129 | 0.95 | 0.38 | 0 | 0.49 | 203.9 | 0.91 | 0.26 |
| Hex | 6 | 50 | 81 | 5F | 26 | 0 | 31 | CC | 5B | 1A |
| Octal | 6 | 120 | 201 | 137 | 46 | 0 | 61 | 314 | 133 | 32 |
| Binary | 110 | 1010000 | 10000001 | 1011111 | 100110 | 0 | 110001 | 11001100 | 1011011 | 11010 |
Color Harmonies of #065081
Complementary color
Monochromatic Colors of #065081
Black with #065081
Text Example
Text Example
White with #065081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065081; }
p { color: rgb(6,80,129); }
H1.HeaderClassName
{
color: #065081;
}
.AnyTagClassName
{
color: #065081;
}
</style>
background-color css
<style>
a { background-color: #065081; }
a { background-color: rgb(6,80,129); }
div.DivClassName
{
background-color: #065081;
}
.BgClassName
{
background-color: #065081;
}
</style>
border-color css
<style>
span { border-color: #065081; }
span { border-color: rgb(6,80,129); }
td.TdClassName
{
border-color: #065081;
}
.TagClassName
{
border-color: #065081;
}
</style>