Shades of Dark Cerulean #065283
Tints of Dark Cerulean #065283
RGB
CMYK
RGB Variations
Color information
#065283 (or 0x065283) is known color: Dark Cerulean. HEX triplet: 06, 52 and 83. RGB value is (6,82,131). Sum of RGB (Red+Green+Blue) = 6+82+131=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #065283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065283 is #F9AD7C. Grayscale: #404040. Windows color (decimal): -16362877 or 8606214. OLE color: 8606214.
HSL color Cylindrical-coordinate representation of color #065283: hue angle of 203.52º 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 #065283 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 82 | 131 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.49 |
| HSL | 203.52º | 0.91% | 0.27% | - |
| HSV(B) | 203.52º | 0.95% | 0.51% | - |
| XYZ | 7.19 | 7.71 | 22.58 | - |
| YUV | 64.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 131 | 0.95 | 0.37 | 0 | 0.49 | 203.52 | 0.91 | 0.27 |
| Hex | 6 | 52 | 83 | 5F | 25 | 0 | 31 | CC | 5B | 1B |
| Octal | 6 | 122 | 203 | 137 | 45 | 0 | 61 | 314 | 133 | 33 |
| Binary | 110 | 1010010 | 10000011 | 1011111 | 100101 | 0 | 110001 | 11001100 | 1011011 | 11011 |
Color Harmonies of #065283
Complementary color
Monochromatic Colors of #065283
Black with #065283
Text Example
Text Example
White with #065283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065283; }
p { color: rgb(6,82,131); }
H1.HeaderClassName
{
color: #065283;
}
.AnyTagClassName
{
color: #065283;
}
</style>
background-color css
<style>
a { background-color: #065283; }
a { background-color: rgb(6,82,131); }
div.DivClassName
{
background-color: #065283;
}
.BgClassName
{
background-color: #065283;
}
</style>
border-color css
<style>
span { border-color: #065283; }
span { border-color: rgb(6,82,131); }
td.TdClassName
{
border-color: #065283;
}
.TagClassName
{
border-color: #065283;
}
</style>