Html Css Color HEX #065ECE Navy Blue

📋 copy color: '#065ECE'

red 6 ◦ green 94 ◦ blue 206

#065ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #065ECE

Tints of Navy Blue #065ECE

RGB

 RED value IS 6 (2.73% from 255) = 1.96%

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 1.96%
G = 30.72%
B = 67.32%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065ECE (or 0x065ECE) is known color: Navy Blue. HEX triplet: 06, 5E and CE. RGB value is (6,94,206). Sum of RGB (Red+Green+Blue) = 6+94+206=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #065ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ECE is #F9A131. Grayscale: #4F4F4F. Windows color (decimal): -16359730 or 13524486. OLE color: 13524486.

HSL color Cylindrical-coordinate representation of color #065ECE: hue angle of 213.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ECE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 94 206 -
CMYK 0.97 0.54 0 0.19
HSL 213.6º 0.94% 0.42% -
HSV(B) 213.6º 0.97% 0.81% -
XYZ 15.22 12.5 60 -
YUV 80.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 6 94 206 0.97 0.54 0 0.19 213.6 0.94 0.42
Hex 6 5E CE 61 36 0 13 D6 5E 2A
Octal 6 136 316 141 66 0 23 326 136 52
Binary 110 1011110 11001110 1100001 110110 0 10011 11010110 1011110 101010

Color Harmonies of #065ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ECE

Black with #065ECE

Text Example


Text Example

White with #065ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065ECE; }

 p { color: rgb(6,94,206); }

 H1.HeaderClassName
 {
   color: #065ECE;
 }
 .AnyTagClassName
 {
   color: #065ECE;
 }
</style>

background-color css

<style>
 a { background-color: #065ECE; }

 a { background-color: rgb(6,94,206); }

 div.DivClassName
 {
   background-color: #065ECE;
 }
 .BgClassName
 {
   background-color: #065ECE;
 }
</style>

border-color css

<style>
 span { border-color: #065ECE; }

 span { border-color: rgb(6,94,206); }

 td.TdClassName
 {
   border-color: #065ECE;
 }
 .TagClassName
 {
   border-color: #065ECE;
 }
</style>