Html Css Color HEX #054BEA Navy Blue

📋 copy color: '#054BEA'

red 5 ◦ green 75 ◦ blue 234

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

Shades of Navy Blue #054BEA

Tints of Navy Blue #054BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

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

R = 1.59%
G = 23.89%
B = 74.52%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#054BEA (or 0x054BEA) is known color: Navy Blue. HEX triplet: 05, 4B and EA. RGB value is (5,75,234). Sum of RGB (Red+Green+Blue) = 5+75+234=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #054BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054BEA is #FAB415. Grayscale: #474747. Windows color (decimal): -16430102 or 15354629. OLE color: 15354629.

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

Color convert

RGB 5 75 234 -
CMYK 0.98 0.68 0 0.08
HSL 221.66º 0.96% 0.47% -
HSV(B) 221.66º 0.98% 0.92% -
XYZ 17.43 11 79.05 -
YUV 72.2 219.31 80.07 -
System Red Green Blue C M Y K H S L
Decimal 5 75 234 0.98 0.68 0 0.08 221.66 0.96 0.47
Hex 5 4B EA 62 44 0 8 DE 60 2F
Octal 5 113 352 142 104 0 10 336 140 57
Binary 101 1001011 11101010 1100010 1000100 0 1000 11011110 1100000 101111

Color Harmonies of #054BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BEA

Black with #054BEA

Text Example


Text Example

White with #054BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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