Html Css Color HEX #054ECF Navy Blue

📋 copy color: '#054ECF'

red 5 ◦ green 78 ◦ blue 207

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

Shades of Navy Blue #054ECF

Tints of Navy Blue #054ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.38%

R = 1.72%
G = 26.9%
B = 71.38%

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

#054ECF (or 0x054ECF) is known color: Navy Blue. HEX triplet: 05, 4E and CF. RGB value is (5,78,207). Sum of RGB (Red+Green+Blue) = 5+78+207=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #054ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ECF is #FAB130. Grayscale: #464646. Windows color (decimal): -16429361 or 13585925. OLE color: 13585925.

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

Color convert

RGB 5 78 207 -
CMYK 0.98 0.62 0 0.19
HSL 218.32º 0.95% 0.42% -
HSV(B) 218.32º 0.98% 0.81% -
XYZ 14.05 9.99 60.22 -
YUV 70.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 5 78 207 0.98 0.62 0 0.19 218.32 0.95 0.42
Hex 5 4E CF 62 3E 0 13 DA 5F 2A
Octal 5 116 317 142 76 0 23 332 137 52
Binary 101 1001110 11001111 1100010 111110 0 10011 11011010 1011111 101010

Color Harmonies of #054ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ECF

Black with #054ECF

Text Example


Text Example

White with #054ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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