Html Css Color HEX #065AD6 Navy Blue

📋 copy color: '#065AD6'

red 6 ◦ green 90 ◦ blue 214

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

Shades of Navy Blue #065AD6

Tints of Navy Blue #065AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.03%

R = 1.94%
G = 29.03%
B = 69.03%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#065AD6 (or 0x065AD6) is known color: Navy Blue. HEX triplet: 06, 5A and D6. RGB value is (6,90,214). Sum of RGB (Red+Green+Blue) = 6+90+214=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #065AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065AD6 is #F9A529. Grayscale: #4E4E4E. Windows color (decimal): -16360746 or 14047750. OLE color: 14047750.

HSL color Cylindrical-coordinate representation of color #065AD6: hue angle of 215.77º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AD6 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 90 214 -
CMYK 0.97 0.58 0 0.16
HSL 215.77º 0.95% 0.43% -
HSV(B) 215.77º 0.97% 0.84% -
XYZ 15.87 12.21 65.14 -
YUV 79.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 6 90 214 0.97 0.58 0 0.16 215.77 0.95 0.43
Hex 6 5A D6 61 3A 0 10 D8 5F 2B
Octal 6 132 326 141 72 0 20 330 137 53
Binary 110 1011010 11010110 1100001 111010 0 10000 11011000 1011111 101011

Color Harmonies of #065AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AD6

Black with #065AD6

Text Example


Text Example

White with #065AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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