Html Css Color HEX #054EEA Navy Blue

📋 copy color: '#054EEA'

red 5 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #054EEA

Tints of Navy Blue #054EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.82%

R = 1.58%
G = 24.61%
B = 73.82%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#054EEA (or 0x054EEA) is known color: Navy Blue. HEX triplet: 05, 4E and EA. RGB value is (5,78,234). Sum of RGB (Red+Green+Blue) = 5+78+234=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #054EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EEA is #FAB115. Grayscale: #494949. Windows color (decimal): -16429334 or 15355397. OLE color: 15355397.

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

Color convert

RGB 5 78 234 -
CMYK 0.98 0.67 0 0.08
HSL 220.87º 0.96% 0.47% -
HSV(B) 220.87º 0.98% 0.92% -
XYZ 17.64 11.42 79.12 -
YUV 73.96 218.32 78.82 -
System Red Green Blue C M Y K H S L
Decimal 5 78 234 0.98 0.67 0 0.08 220.87 0.96 0.47
Hex 5 4E EA 62 43 0 8 DD 60 2F
Octal 5 116 352 142 103 0 10 335 140 57
Binary 101 1001110 11101010 1100010 1000011 0 1000 11011101 1100000 101111

Color Harmonies of #054EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EEA

Black with #054EEA

Text Example


Text Example

White with #054EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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