Html Css Color HEX #065ADE Navy Blue

📋 copy color: '#065ADE'

red 6 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #065ADE

Tints of Navy Blue #065ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.81%

R = 1.89%
G = 28.3%
B = 69.81%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065ADE (or 0x065ADE) is known color: Navy Blue. HEX triplet: 06, 5A and DE. RGB value is (6,90,222). Sum of RGB (Red+Green+Blue) = 6+90+222=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #065ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ADE is #F9A521. Grayscale: #4F4F4F. Windows color (decimal): -16360738 or 14572038. OLE color: 14572038.

HSL color Cylindrical-coordinate representation of color #065ADE: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065ADE is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 90 222 -
CMYK 0.97 0.59 0 0.13
HSL 216.67º 0.95% 0.45% -
HSV(B) 216.67º 0.97% 0.87% -
XYZ 16.92 12.62 70.65 -
YUV 79.93 208.17 75.27 -
System Red Green Blue C M Y K H S L
Decimal 6 90 222 0.97 0.59 0 0.13 216.67 0.95 0.45
Hex 6 5A DE 61 3B 0 D D9 5F 2D
Octal 6 132 336 141 73 0 15 331 137 55
Binary 110 1011010 11011110 1100001 111011 0 1101 11011001 1011111 101101

Color Harmonies of #065ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ADE

Black with #065ADE

Text Example


Text Example

White with #065ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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