Html Css Color HEX #054DCC Navy Blue

📋 copy color: '#054DCC'

red 5 ◦ green 77 ◦ blue 204

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

Shades of Navy Blue #054DCC

Tints of Navy Blue #054DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

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

R = 1.75%
G = 26.92%
B = 71.33%

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

#054DCC (or 0x054DCC) is known color: Navy Blue. HEX triplet: 05, 4D and CC. RGB value is (5,77,204). Sum of RGB (Red+Green+Blue) = 5+77+204=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #054DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DCC is #FAB233. Grayscale: #454545. Windows color (decimal): -16429620 or 13389061. OLE color: 13389061.

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

Color convert

RGB 5 77 204 -
CMYK 0.98 0.62 0 0.2
HSL 218.29º 0.95% 0.41% -
HSV(B) 218.29º 0.98% 0.8% -
XYZ 13.62 9.7 58.28 -
YUV 69.95 203.65 81.67 -
System Red Green Blue C M Y K H S L
Decimal 5 77 204 0.98 0.62 0 0.2 218.29 0.95 0.41
Hex 5 4D CC 62 3E 0 14 DA 5F 29
Octal 5 115 314 142 76 0 24 332 137 51
Binary 101 1001101 11001100 1100010 111110 0 10100 11011010 1011111 101001

Color Harmonies of #054DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DCC

Black with #054DCC

Text Example


Text Example

White with #054DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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