Html Css Color HEX #054ECD Navy Blue

📋 copy color: '#054ECD'

red 5 ◦ green 78 ◦ blue 205

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

Shades of Navy Blue #054ECD

Tints of Navy Blue #054ECD

RGB

 RED value IS 5 (2.34% from 255) = 1.74%

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 1.74%
G = 27.08%
B = 71.18%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#054ECD (or 0x054ECD) is known color: Navy Blue. HEX triplet: 05, 4E and CD. RGB value is (5,78,205). Sum of RGB (Red+Green+Blue) = 5+78+205=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #054ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ECD is #FAB132. Grayscale: #464646. Windows color (decimal): -16429363 or 13454853. OLE color: 13454853.

HSL color Cylindrical-coordinate representation of color #054ECD: hue angle of 218.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054ECD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 78 205 -
CMYK 0.98 0.62 0 0.20
HSL 218.1º 0.95% 0.41% -
HSV(B) 218.1º 0.98% 0.8% -
XYZ 13.81 9.89 58.94 -
YUV 70.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 5 78 205 0.98 0.62 0 0.20 218.1 0.95 0.41
Hex 5 4E CD 62 3E 0 14 DA 5F 29
Octal 5 116 315 142 76 0 24 332 137 51
Binary 101 1001110 11001101 1100010 111110 0 10100 11011010 1011111 101001

Color Harmonies of #054ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ECD

Black with #054ECD

Text Example


Text Example

White with #054ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054ECD; }

 p { color: rgb(5,78,205); }

 H1.HeaderClassName
 {
   color: #054ECD;
 }
 .AnyTagClassName
 {
   color: #054ECD;
 }
</style>

background-color css

<style>
 a { background-color: #054ECD; }

 a { background-color: rgb(5,78,205); }

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

border-color css

<style>
 span { border-color: #054ECD; }

 span { border-color: rgb(5,78,205); }

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