Shades of Dark Cerulean #065F90
Tints of Dark Cerulean #065F90
RGB
CMYK
RGB Variations
Color information
#065F90 (or 0x065F90) is known color: Dark Cerulean. HEX triplet: 06, 5F and 90. RGB value is (6,95,144). Sum of RGB (Red+Green+Blue) = 6+95+144=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #065F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F90 is #F9A06F. Grayscale: #494949. Windows color (decimal): -16359536 or 9461510. OLE color: 9461510.
HSL color Cylindrical-coordinate representation of color #065F90: hue angle of 201.3º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065F90 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 95 | 144 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.44 |
| HSL | 201.3º | 0.92% | 0.29% | - |
| HSV(B) | 201.3º | 0.96% | 0.56% | - |
| XYZ | 9.2 | 10.24 | 27.88 | - |
| YUV | 73.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 144 | 0.96 | 0.34 | 0 | 0.44 | 201.3 | 0.92 | 0.29 |
| Hex | 6 | 5F | 90 | 60 | 22 | 0 | 2C | C9 | 5C | 1D |
| Octal | 6 | 137 | 220 | 140 | 42 | 0 | 54 | 311 | 134 | 35 |
| Binary | 110 | 1011111 | 10010000 | 1100000 | 100010 | 0 | 101100 | 11001001 | 1011100 | 11101 |
Color Harmonies of #065F90
Complementary color
Monochromatic Colors of #065F90
Black with #065F90
Text Example
Text Example
White with #065F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F90; }
p { color: rgb(6,95,144); }
H1.HeaderClassName
{
color: #065F90;
}
.AnyTagClassName
{
color: #065F90;
}
</style>
background-color css
<style>
a { background-color: #065F90; }
a { background-color: rgb(6,95,144); }
div.DivClassName
{
background-color: #065F90;
}
.BgClassName
{
background-color: #065F90;
}
</style>
border-color css
<style>
span { border-color: #065F90; }
span { border-color: rgb(6,95,144); }
td.TdClassName
{
border-color: #065F90;
}
.TagClassName
{
border-color: #065F90;
}
</style>