Html Css Color HEX #054CDA Navy Blue

📋 copy color: '#054CDA'

red 5 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #054CDA

Tints of Navy Blue #054CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 1.67%
G = 25.42%
B = 72.91%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#054CDA (or 0x054CDA) is known color: Navy Blue. HEX triplet: 05, 4C and DA. RGB value is (5,76,218). Sum of RGB (Red+Green+Blue) = 5+76+218=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #054CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CDA is #FAB325. Grayscale: #464646. Windows color (decimal): -16429862 or 14306309. OLE color: 14306309.

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

Color convert

RGB 5 76 218 -
CMYK 0.98 0.65 0 0.15
HSL 220º 0.96% 0.44% -
HSV(B) 220º 0.98% 0.85% -
XYZ 15.3 10.26 67.5 -
YUV 70.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 5 76 218 0.98 0.65 0 0.15 220 0.96 0.44
Hex 5 4C DA 62 41 0 F DC 60 2C
Octal 5 114 332 142 101 0 17 334 140 54
Binary 101 1001100 11011010 1100010 1000001 0 1111 11011100 1100000 101100

Color Harmonies of #054CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CDA

Black with #054CDA

Text Example


Text Example

White with #054CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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