Html Css Color HEX #054EC8 Navy Blue

📋 copy color: '#054EC8'

red 5 ◦ green 78 ◦ blue 200

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

Shades of Navy Blue #054EC8

Tints of Navy Blue #054EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 1.77%
G = 27.56%
B = 70.67%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#054EC8 (or 0x054EC8) is known color: Navy Blue. HEX triplet: 05, 4E and C8. RGB value is (5,78,200). Sum of RGB (Red+Green+Blue) = 5+78+200=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #054EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EC8 is #FAB137. Grayscale: #454545. Windows color (decimal): -16429368 or 13127173. OLE color: 13127173.

HSL color Cylindrical-coordinate representation of color #054EC8: hue angle of 217.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EC8 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 78 200 -
CMYK 0.98 0.61 0 0.22
HSL 217.54º 0.95% 0.4% -
HSV(B) 217.54º 0.98% 0.78% -
XYZ 13.21 9.65 55.81 -
YUV 70.08 201.32 81.58 -
System Red Green Blue C M Y K H S L
Decimal 5 78 200 0.98 0.61 0 0.22 217.54 0.95 0.4
Hex 5 4E C8 62 3D 0 16 DA 5F 28
Octal 5 116 310 142 75 0 26 332 137 50
Binary 101 1001110 11001000 1100010 111101 0 10110 11011010 1011111 101000

Color Harmonies of #054EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EC8

Black with #054EC8

Text Example


Text Example

White with #054EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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