Html Css Color HEX #054BDA Navy Blue

📋 copy color: '#054BDA'

red 5 ◦ green 75 ◦ blue 218

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

Shades of Navy Blue #054BDA

Tints of Navy Blue #054BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 1.68%
G = 25.17%
B = 73.15%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#054BDA (or 0x054BDA) is known color: Navy Blue. HEX triplet: 05, 4B and DA. RGB value is (5,75,218). Sum of RGB (Red+Green+Blue) = 5+75+218=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #054BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BDA is #FAB425. Grayscale: #454545. Windows color (decimal): -16430118 or 14306053. OLE color: 14306053.

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

Color convert

RGB 5 75 218 -
CMYK 0.98 0.66 0 0.15
HSL 220.28º 0.96% 0.44% -
HSV(B) 220.28º 0.98% 0.85% -
XYZ 15.23 10.13 67.48 -
YUV 70.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 5 75 218 0.98 0.66 0 0.15 220.28 0.96 0.44
Hex 5 4B DA 62 42 0 F DC 60 2C
Octal 5 113 332 142 102 0 17 334 140 54
Binary 101 1001011 11011010 1100010 1000010 0 1111 11011100 1100000 101100

Color Harmonies of #054BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BDA

Black with #054BDA

Text Example


Text Example

White with #054BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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