Shades of Dark Cerulean #065384
Tints of Dark Cerulean #065384
RGB
CMYK
RGB Variations
Color information
#065384 (or 0x065384) is known color: Dark Cerulean. HEX triplet: 06, 53 and 84. RGB value is (6,83,132). Sum of RGB (Red+Green+Blue) = 6+83+132=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #065384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065384 is #F9AC7B. Grayscale: #414141. Windows color (decimal): -16362620 or 8672006. OLE color: 8672006.
HSL color Cylindrical-coordinate representation of color #065384: hue angle of 203.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065384 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 83 | 132 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.48 |
| HSL | 203.33º | 0.91% | 0.27% | - |
| HSV(B) | 203.33º | 0.95% | 0.52% | - |
| XYZ | 7.33 | 7.89 | 22.97 | - |
| YUV | 65.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 132 | 0.95 | 0.37 | 0 | 0.48 | 203.33 | 0.91 | 0.27 |
| Hex | 6 | 53 | 84 | 5F | 25 | 0 | 30 | CB | 5B | 1B |
| Octal | 6 | 123 | 204 | 137 | 45 | 0 | 60 | 313 | 133 | 33 |
| Binary | 110 | 1010011 | 10000100 | 1011111 | 100101 | 0 | 110000 | 11001011 | 1011011 | 11011 |
Color Harmonies of #065384
Complementary color
Monochromatic Colors of #065384
Black with #065384
Text Example
Text Example
White with #065384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065384; }
p { color: rgb(6,83,132); }
H1.HeaderClassName
{
color: #065384;
}
.AnyTagClassName
{
color: #065384;
}
</style>
background-color css
<style>
a { background-color: #065384; }
a { background-color: rgb(6,83,132); }
div.DivClassName
{
background-color: #065384;
}
.BgClassName
{
background-color: #065384;
}
</style>
border-color css
<style>
span { border-color: #065384; }
span { border-color: rgb(6,83,132); }
td.TdClassName
{
border-color: #065384;
}
.TagClassName
{
border-color: #065384;
}
</style>