Html Css Color HEX #005EDA Navy Blue

📋 copy color: '#005EDA'

red 0 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #005EDA

Tints of Navy Blue #005EDA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 218 (85.55% from 255) = 69.87%

R = 0%
G = 30.13%
B = 69.87%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#005EDA (or 0x005EDA) is known color: Navy Blue. HEX triplet: 00, 5E and DA. RGB value is (0,94,218). Sum of RGB (Red+Green+Blue) = 0+94+218=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #005EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EDA is #FFA125. Grayscale: #4F4F4F. Windows color (decimal): -16752934 or 14310912. OLE color: 14310912.

HSL color Cylindrical-coordinate representation of color #005EDA: hue angle of 214.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EDA is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 94 218 -
CMYK 1 0.57 0 0.15
HSL 214.13º 1% 0.43% -
HSV(B) 214.13º 1% 0.85% -
XYZ 16.66 13.07 67.97 -
YUV 80.03 205.86 70.92 -
System Red Green Blue C M Y K H S L
Decimal 0 94 218 1 0.57 0 0.15 214.13 1 0.43
Hex 0 5E DA 64 39 0 F D6 64 2B
Octal 0 136 332 144 71 0 17 326 144 53
Binary 0 1011110 11011010 1100100 111001 0 1111 11010110 1100100 101011

Color Harmonies of #005EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EDA

Black with #005EDA

Text Example


Text Example

White with #005EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005EDA; }

 p { color: rgb(0,94,218); }

 H1.HeaderClassName
 {
   color: #005EDA;
 }
 .AnyTagClassName
 {
   color: #005EDA;
 }
</style>

background-color css

<style>
 a { background-color: #005EDA; }

 a { background-color: rgb(0,94,218); }

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

border-color css

<style>
 span { border-color: #005EDA; }

 span { border-color: rgb(0,94,218); }

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