Html Css Color HEX #054CDD Navy Blue

📋 copy color: '#054CDD'

red 5 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #054CDD

Tints of Navy Blue #054CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 1.66%
G = 25.17%
B = 73.18%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#054CDD (or 0x054CDD) is known color: Navy Blue. HEX triplet: 05, 4C and DD. RGB value is (5,76,221). Sum of RGB (Red+Green+Blue) = 5+76+221=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #054CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CDD is #FAB322. Grayscale: #464646. Windows color (decimal): -16429859 or 14502917. OLE color: 14502917.

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

Color convert

RGB 5 76 221 -
CMYK 0.98 0.66 0 0.13
HSL 220.28º 0.96% 0.44% -
HSV(B) 220.28º 0.98% 0.87% -
XYZ 15.7 10.42 69.59 -
YUV 71.3 212.48 80.71 -
System Red Green Blue C M Y K H S L
Decimal 5 76 221 0.98 0.66 0 0.13 220.28 0.96 0.44
Hex 5 4C DD 62 42 0 D DC 60 2C
Octal 5 114 335 142 102 0 15 334 140 54
Binary 101 1001100 11011101 1100010 1000010 0 1101 11011100 1100000 101100

Color Harmonies of #054CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CDD

Black with #054CDD

Text Example


Text Example

White with #054CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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