Html Css Color HEX #065ED7 Navy Blue

📋 copy color: '#065ED7'

red 6 ◦ green 94 ◦ blue 215

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

Shades of Navy Blue #065ED7

Tints of Navy Blue #065ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 1.9%
G = 29.84%
B = 68.25%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#065ED7 (or 0x065ED7) is known color: Navy Blue. HEX triplet: 06, 5E and D7. RGB value is (6,94,215). Sum of RGB (Red+Green+Blue) = 6+94+215=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #065ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065ED7 is #F9A128. Grayscale: #505050. Windows color (decimal): -16359721 or 14114310. OLE color: 14114310.

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

Color convert

RGB 6 94 215 -
CMYK 0.97 0.56 0 0.16
HSL 214.74º 0.95% 0.43% -
HSV(B) 214.74º 0.97% 0.84% -
XYZ 16.34 12.95 65.93 -
YUV 81.48 203.35 74.16 -
System Red Green Blue C M Y K H S L
Decimal 6 94 215 0.97 0.56 0 0.16 214.74 0.95 0.43
Hex 6 5E D7 61 38 0 10 D7 5F 2B
Octal 6 136 327 141 70 0 20 327 137 53
Binary 110 1011110 11010111 1100001 111000 0 10000 11010111 1011111 101011

Color Harmonies of #065ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065ED7

Black with #065ED7

Text Example


Text Example

White with #065ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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