Html Css Color HEX #054ECE Navy Blue

📋 copy color: '#054ECE'

red 5 ◦ green 78 ◦ blue 206

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

Shades of Navy Blue #054ECE

Tints of Navy Blue #054ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 1.73%
G = 26.99%
B = 71.28%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#054ECE (or 0x054ECE) is known color: Navy Blue. HEX triplet: 05, 4E and CE. RGB value is (5,78,206). Sum of RGB (Red+Green+Blue) = 5+78+206=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #054ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ECE is #FAB131. Grayscale: #464646. Windows color (decimal): -16429362 or 13520389. OLE color: 13520389.

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

Color convert

RGB 5 78 206 -
CMYK 0.98 0.62 0 0.19
HSL 218.21º 0.95% 0.41% -
HSV(B) 218.21º 0.98% 0.81% -
XYZ 13.93 9.94 59.58 -
YUV 70.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 5 78 206 0.98 0.62 0 0.19 218.21 0.95 0.41
Hex 5 4E CE 62 3E 0 13 DA 5F 29
Octal 5 116 316 142 76 0 23 332 137 51
Binary 101 1001110 11001110 1100010 111110 0 10011 11011010 1011111 101001

Color Harmonies of #054ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ECE

Black with #054ECE

Text Example


Text Example

White with #054ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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