Html Css Color HEX #054CE8 Navy Blue

📋 copy color: '#054CE8'

red 5 ◦ green 76 ◦ blue 232

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

Shades of Navy Blue #054CE8

Tints of Navy Blue #054CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.12%

R = 1.6%
G = 24.28%
B = 74.12%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#054CE8 (or 0x054CE8) is known color: Navy Blue. HEX triplet: 05, 4C and E8. RGB value is (5,76,232). Sum of RGB (Red+Green+Blue) = 5+76+232=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #054CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CE8 is #FAB317. Grayscale: #474747. Windows color (decimal): -16429848 or 15223813. OLE color: 15223813.

HSL color Cylindrical-coordinate representation of color #054CE8: hue angle of 221.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CE8 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 76 232 -
CMYK 0.98 0.67 0 0.09
HSL 221.23º 0.96% 0.46% -
HSV(B) 221.23º 0.98% 0.91% -
XYZ 17.21 11.03 77.57 -
YUV 72.56 217.98 79.82 -
System Red Green Blue C M Y K H S L
Decimal 5 76 232 0.98 0.67 0 0.09 221.23 0.96 0.46
Hex 5 4C E8 62 43 0 9 DD 60 2E
Octal 5 114 350 142 103 0 11 335 140 56
Binary 101 1001100 11101000 1100010 1000011 0 1001 11011101 1100000 101110

Color Harmonies of #054CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CE8

Black with #054CE8

Text Example


Text Example

White with #054CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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