Html Css Color HEX #065ACE Navy Blue

📋 copy color: '#065ACE'

red 6 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #065ACE

Tints of Navy Blue #065ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.8%

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

R = 1.99%
G = 29.8%
B = 68.21%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#065ACE (or 0x065ACE) is known color: Navy Blue. HEX triplet: 06, 5A and CE. RGB value is (6,90,206). Sum of RGB (Red+Green+Blue) = 6+90+206=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #065ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ACE is #F9A531. Grayscale: #4D4D4D. Windows color (decimal): -16360754 or 13523462. OLE color: 13523462.

HSL color Cylindrical-coordinate representation of color #065ACE: hue angle of 214.8º 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 #065ACE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 90 206 -
CMYK 0.97 0.56 0 0.19
HSL 214.8º 0.94% 0.42% -
HSV(B) 214.8º 0.97% 0.81% -
XYZ 14.87 11.81 59.89 -
YUV 78.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 6 90 206 0.97 0.56 0 0.19 214.8 0.94 0.42
Hex 6 5A CE 61 38 0 13 D7 5E 2A
Octal 6 132 316 141 70 0 23 327 136 52
Binary 110 1011010 11001110 1100001 111000 0 10011 11010111 1011110 101010

Color Harmonies of #065ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ACE

Black with #065ACE

Text Example


Text Example

White with #065ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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