Html Css Color HEX #054CE0 Navy Blue

📋 copy color: '#054CE0'

red 5 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #054CE0

Tints of Navy Blue #054CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 1.64%
G = 24.92%
B = 73.44%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#054CE0 (or 0x054CE0) is known color: Navy Blue. HEX triplet: 05, 4C and E0. RGB value is (5,76,224). Sum of RGB (Red+Green+Blue) = 5+76+224=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #054CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CE0 is #FAB31F. Grayscale: #464646. Windows color (decimal): -16429856 or 14699525. OLE color: 14699525.

HSL color Cylindrical-coordinate representation of color #054CE0: hue angle of 220.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CE0 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 76 224 -
CMYK 0.98 0.66 0 0.12
HSL 220.55º 0.96% 0.45% -
HSV(B) 220.55º 0.98% 0.88% -
XYZ 16.1 10.58 71.72 -
YUV 71.64 213.98 80.47 -
System Red Green Blue C M Y K H S L
Decimal 5 76 224 0.98 0.66 0 0.12 220.55 0.96 0.45
Hex 5 4C E0 62 42 0 C DD 60 2D
Octal 5 114 340 142 102 0 14 335 140 55
Binary 101 1001100 11100000 1100010 1000010 0 1100 11011101 1100000 101101

Color Harmonies of #054CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CE0

Black with #054CE0

Text Example


Text Example

White with #054CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,224); }

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

background-color css

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

 a { background-color: rgb(5,76,224); }

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

border-color css

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

 span { border-color: rgb(5,76,224); }

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