Html Css Color HEX #054ADE Navy Blue

📋 copy color: '#054ADE'

red 5 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #054ADE

Tints of Navy Blue #054ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 1.66%
G = 24.58%
B = 73.75%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#054ADE (or 0x054ADE) is known color: Navy Blue. HEX triplet: 05, 4A and DE. RGB value is (5,74,222). Sum of RGB (Red+Green+Blue) = 5+74+222=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #054ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ADE is #FAB521. Grayscale: #454545. Windows color (decimal): -16430370 or 14567941. OLE color: 14567941.

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

Color convert

RGB 5 74 222 -
CMYK 0.98 0.67 0 0.13
HSL 220.92º 0.96% 0.45% -
HSV(B) 220.92º 0.98% 0.87% -
XYZ 15.7 10.2 70.25 -
YUV 70.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 5 74 222 0.98 0.67 0 0.13 220.92 0.96 0.45
Hex 5 4A DE 62 43 0 D DD 60 2D
Octal 5 112 336 142 103 0 15 335 140 55
Binary 101 1001010 11011110 1100010 1000011 0 1101 11011101 1100000 101101

Color Harmonies of #054ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ADE

Black with #054ADE

Text Example


Text Example

White with #054ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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