Shades of Dark Cerulean #065682
Tints of Dark Cerulean #065682
RGB
CMYK
RGB Variations
Color information
#065682 (or 0x065682) is known color: Dark Cerulean. HEX triplet: 06, 56 and 82. RGB value is (6,86,130). Sum of RGB (Red+Green+Blue) = 6+86+130=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #065682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065682 is #F9A97D. Grayscale: #424242. Windows color (decimal): -16361854 or 8541702. OLE color: 8541702.
HSL color Cylindrical-coordinate representation of color #065682: hue angle of 201.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065682 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 86 | 130 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.49 |
| HSL | 201.29º | 0.91% | 0.27% | - |
| HSV(B) | 201.29º | 0.95% | 0.51% | - |
| XYZ | 7.43 | 8.31 | 22.33 | - |
| YUV | 67.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 130 | 0.95 | 0.34 | 0 | 0.49 | 201.29 | 0.91 | 0.27 |
| Hex | 6 | 56 | 82 | 5F | 22 | 0 | 31 | C9 | 5B | 1B |
| Octal | 6 | 126 | 202 | 137 | 42 | 0 | 61 | 311 | 133 | 33 |
| Binary | 110 | 1010110 | 10000010 | 1011111 | 100010 | 0 | 110001 | 11001001 | 1011011 | 11011 |
Color Harmonies of #065682
Complementary color
Monochromatic Colors of #065682
Black with #065682
Text Example
Text Example
White with #065682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065682; }
p { color: rgb(6,86,130); }
H1.HeaderClassName
{
color: #065682;
}
.AnyTagClassName
{
color: #065682;
}
</style>
background-color css
<style>
a { background-color: #065682; }
a { background-color: rgb(6,86,130); }
div.DivClassName
{
background-color: #065682;
}
.BgClassName
{
background-color: #065682;
}
</style>
border-color css
<style>
span { border-color: #065682; }
span { border-color: rgb(6,86,130); }
td.TdClassName
{
border-color: #065682;
}
.TagClassName
{
border-color: #065682;
}
</style>