Html Css Color HEX #054AEB Navy Blue

📋 copy color: '#054AEB'

red 5 ◦ green 74 ◦ blue 235

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

Shades of Navy Blue #054AEB

Tints of Navy Blue #054AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 1.59%
G = 23.57%
B = 74.84%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#054AEB (or 0x054AEB) is known color: Navy Blue. HEX triplet: 05, 4A and EB. RGB value is (5,74,235). Sum of RGB (Red+Green+Blue) = 5+74+235=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #054AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AEB is #FAB514. Grayscale: #474747. Windows color (decimal): -16430357 or 15419909. OLE color: 15419909.

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

Color convert

RGB 5 74 235 -
CMYK 0.98 0.69 0 0.08
HSL 222º 0.96% 0.47% -
HSV(B) 222º 0.98% 0.92% -
XYZ 17.51 10.93 79.78 -
YUV 71.72 220.14 80.41 -
System Red Green Blue C M Y K H S L
Decimal 5 74 235 0.98 0.69 0 0.08 222 0.96 0.47
Hex 5 4A EB 62 45 0 8 DE 60 2F
Octal 5 112 353 142 105 0 10 336 140 57
Binary 101 1001010 11101011 1100010 1000101 0 1000 11011110 1100000 101111

Color Harmonies of #054AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AEB

Black with #054AEB

Text Example


Text Example

White with #054AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,74,235); }

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

background-color css

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

 a { background-color: rgb(5,74,235); }

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

border-color css

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

 span { border-color: rgb(5,74,235); }

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