Shades of Dark Cerulean #065183
Tints of Dark Cerulean #065183
RGB
CMYK
RGB Variations
Color information
#065183 (or 0x065183) is known color: Dark Cerulean. HEX triplet: 06, 51 and 83. RGB value is (6,81,131). Sum of RGB (Red+Green+Blue) = 6+81+131=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #065183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065183 is #F9AE7C. Grayscale: #404040. Windows color (decimal): -16363133 or 8605958. OLE color: 8605958.
HSL color Cylindrical-coordinate representation of color #065183: hue angle of 204º 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 #065183 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 81 | 131 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.49 |
| HSL | 204º | 0.91% | 0.27% | - |
| HSV(B) | 204º | 0.95% | 0.51% | - |
| XYZ | 7.11 | 7.56 | 22.56 | - |
| YUV | 64.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 131 | 0.95 | 0.38 | 0 | 0.49 | 204 | 0.91 | 0.27 |
| Hex | 6 | 51 | 83 | 5F | 26 | 0 | 31 | CC | 5B | 1B |
| Octal | 6 | 121 | 203 | 137 | 46 | 0 | 61 | 314 | 133 | 33 |
| Binary | 110 | 1010001 | 10000011 | 1011111 | 100110 | 0 | 110001 | 11001100 | 1011011 | 11011 |
Color Harmonies of #065183
Complementary color
Monochromatic Colors of #065183
Black with #065183
Text Example
Text Example
White with #065183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065183; }
p { color: rgb(6,81,131); }
H1.HeaderClassName
{
color: #065183;
}
.AnyTagClassName
{
color: #065183;
}
</style>
background-color css
<style>
a { background-color: #065183; }
a { background-color: rgb(6,81,131); }
div.DivClassName
{
background-color: #065183;
}
.BgClassName
{
background-color: #065183;
}
</style>
border-color css
<style>
span { border-color: #065183; }
span { border-color: rgb(6,81,131); }
td.TdClassName
{
border-color: #065183;
}
.TagClassName
{
border-color: #065183;
}
</style>