Html Css Color HEX #054ADF Navy Blue

📋 copy color: '#054ADF'

red 5 ◦ green 74 ◦ blue 223

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

Shades of Navy Blue #054ADF

Tints of Navy Blue #054ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.84%

R = 1.66%
G = 24.5%
B = 73.84%

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

#054ADF (or 0x054ADF) is known color: Navy Blue. HEX triplet: 05, 4A and DF. RGB value is (5,74,223). Sum of RGB (Red+Green+Blue) = 5+74+223=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #054ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ADF is #FAB520. Grayscale: #454545. Windows color (decimal): -16430369 or 14633477. OLE color: 14633477.

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

Color convert

RGB 5 74 223 -
CMYK 0.98 0.67 0 0.13
HSL 221.01º 0.96% 0.45% -
HSV(B) 221.01º 0.98% 0.87% -
XYZ 15.83 10.26 70.96 -
YUV 70.36 214.14 81.38 -
System Red Green Blue C M Y K H S L
Decimal 5 74 223 0.98 0.67 0 0.13 221.01 0.96 0.45
Hex 5 4A DF 62 43 0 D DD 60 2D
Octal 5 112 337 142 103 0 15 335 140 55
Binary 101 1001010 11011111 1100010 1000011 0 1101 11011101 1100000 101101

Color Harmonies of #054ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ADF

Black with #054ADF

Text Example


Text Example

White with #054ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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