Html Css Color HEX #065AE3 Navy Blue

📋 copy color: '#065AE3'

red 6 ◦ green 90 ◦ blue 227

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

Shades of Navy Blue #065AE3

Tints of Navy Blue #065AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 70.28%

R = 1.86%
G = 27.86%
B = 70.28%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#065AE3 (or 0x065AE3) is known color: Navy Blue. HEX triplet: 06, 5A and E3. RGB value is (6,90,227). Sum of RGB (Red+Green+Blue) = 6+90+227=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #065AE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065AE3 is #F9A51C. Grayscale: #4F4F4F. Windows color (decimal): -16360733 or 14899718. OLE color: 14899718.

HSL color Cylindrical-coordinate representation of color #065AE3: hue angle of 217.19º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AE3 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 90 227 -
CMYK 0.97 0.60 0 0.11
HSL 217.19º 0.95% 0.46% -
HSV(B) 217.19º 0.97% 0.89% -
XYZ 17.6 12.9 74.24 -
YUV 80.5 210.67 74.86 -
System Red Green Blue C M Y K H S L
Decimal 6 90 227 0.97 0.60 0 0.11 217.19 0.95 0.46
Hex 6 5A E3 61 3C 0 B D9 5F 2E
Octal 6 132 343 141 74 0 13 331 137 56
Binary 110 1011010 11100011 1100001 111100 0 1011 11011001 1011111 101110

Color Harmonies of #065AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AE3

Black with #065AE3

Text Example


Text Example

White with #065AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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