Html Css Color HEX #054ECC Navy Blue

📋 copy color: '#054ECC'

red 5 ◦ green 78 ◦ blue 204

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

Shades of Navy Blue #054ECC

Tints of Navy Blue #054ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 1.74%
G = 27.18%
B = 71.08%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#054ECC (or 0x054ECC) is known color: Navy Blue. HEX triplet: 05, 4E and CC. RGB value is (5,78,204). Sum of RGB (Red+Green+Blue) = 5+78+204=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #054ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ECC is #FAB133. Grayscale: #454545. Windows color (decimal): -16429364 or 13389317. OLE color: 13389317.

HSL color Cylindrical-coordinate representation of color #054ECC: hue angle of 217.99º 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 #054ECC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 78 204 -
CMYK 0.98 0.62 0 0.2
HSL 217.99º 0.95% 0.41% -
HSV(B) 217.99º 0.98% 0.8% -
XYZ 13.69 9.84 58.3 -
YUV 70.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 5 78 204 0.98 0.62 0 0.2 217.99 0.95 0.41
Hex 5 4E CC 62 3E 0 14 DA 5F 29
Octal 5 116 314 142 76 0 24 332 137 51
Binary 101 1001110 11001100 1100010 111110 0 10100 11011010 1011111 101001

Color Harmonies of #054ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ECC

Black with #054ECC

Text Example


Text Example

White with #054ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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