Html Css Color HEX #054ADC Navy Blue

📋 copy color: '#054ADC'

red 5 ◦ green 74 ◦ blue 220

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

Shades of Navy Blue #054ADC

Tints of Navy Blue #054ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.58%

R = 1.67%
G = 24.75%
B = 73.58%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#054ADC (or 0x054ADC) is known color: Navy Blue. HEX triplet: 05, 4A and DC. RGB value is (5,74,220). Sum of RGB (Red+Green+Blue) = 5+74+220=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #054ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ADC is #FAB523. Grayscale: #454545. Windows color (decimal): -16430372 or 14436869. OLE color: 14436869.

HSL color Cylindrical-coordinate representation of color #054ADC: hue angle of 220.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054ADC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 74 220 -
CMYK 0.98 0.66 0 0.14
HSL 220.74º 0.96% 0.44% -
HSV(B) 220.74º 0.98% 0.86% -
XYZ 15.43 10.1 68.85 -
YUV 70.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 5 74 220 0.98 0.66 0 0.14 220.74 0.96 0.44
Hex 5 4A DC 62 42 0 E DD 60 2C
Octal 5 112 334 142 102 0 16 335 140 54
Binary 101 1001010 11011100 1100010 1000010 0 1110 11011101 1100000 101100

Color Harmonies of #054ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ADC

Black with #054ADC

Text Example


Text Example

White with #054ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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