Shades of Navy Blue #065CE1
Tints of Navy Blue #065CE1
RGB
CMYK
RGB Variations
Color information
#065CE1 (or 0x065CE1) is known color: Navy Blue. HEX triplet: 06, 5C and E1. RGB value is (6,92,225). Sum of RGB (Red+Green+Blue) = 6+92+225=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #065CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CE1 is #F9A31E. Grayscale: #505050. Windows color (decimal): -16360223 or 14769158. OLE color: 14769158.
HSL color Cylindrical-coordinate representation of color #065CE1: hue angle of 216.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CE1 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 92 | 225 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.12 |
| HSL | 216.44º | 0.95% | 0.45% | - |
| HSV(B) | 216.44º | 0.97% | 0.88% | - |
| XYZ | 17.49 | 13.13 | 72.85 | - |
| YUV | 81.45 | 209.01 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 225 | 0.97 | 0.59 | 0 | 0.12 | 216.44 | 0.95 | 0.45 |
| Hex | 6 | 5C | E1 | 61 | 3B | 0 | C | D8 | 5F | 2D |
| Octal | 6 | 134 | 341 | 141 | 73 | 0 | 14 | 330 | 137 | 55 |
| Binary | 110 | 1011100 | 11100001 | 1100001 | 111011 | 0 | 1100 | 11011000 | 1011111 | 101101 |
Color Harmonies of #065CE1
Complementary color
Monochromatic Colors of #065CE1
Black with #065CE1
Text Example
Text Example
White with #065CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CE1; }
p { color: rgb(6,92,225); }
H1.HeaderClassName
{
color: #065CE1;
}
.AnyTagClassName
{
color: #065CE1;
}
</style>
background-color css
<style>
a { background-color: #065CE1; }
a { background-color: rgb(6,92,225); }
div.DivClassName
{
background-color: #065CE1;
}
.BgClassName
{
background-color: #065CE1;
}
</style>
border-color css
<style>
span { border-color: #065CE1; }
span { border-color: rgb(6,92,225); }
td.TdClassName
{
border-color: #065CE1;
}
.TagClassName
{
border-color: #065CE1;
}
</style>