Html Css Color HEX #054CD2 Navy Blue

📋 copy color: '#054CD2'

red 5 ◦ green 76 ◦ blue 210

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

Shades of Navy Blue #054CD2

Tints of Navy Blue #054CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.16%

R = 1.72%
G = 26.12%
B = 72.16%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#054CD2 (or 0x054CD2) is known color: Navy Blue. HEX triplet: 05, 4C and D2. RGB value is (5,76,210). Sum of RGB (Red+Green+Blue) = 5+76+210=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #054CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CD2 is #FAB32D. Grayscale: #454545. Windows color (decimal): -16429870 or 13782021. OLE color: 13782021.

HSL color Cylindrical-coordinate representation of color #054CD2: hue angle of 219.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CD2 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 76 210 -
CMYK 0.98 0.64 0 0.18
HSL 219.22º 0.95% 0.42% -
HSV(B) 219.22º 0.98% 0.82% -
XYZ 14.28 9.85 62.12 -
YUV 70.05 206.98 81.6 -
System Red Green Blue C M Y K H S L
Decimal 5 76 210 0.98 0.64 0 0.18 219.22 0.95 0.42
Hex 5 4C D2 62 40 0 12 DB 5F 2A
Octal 5 114 322 142 100 0 22 333 137 52
Binary 101 1001100 11010010 1100010 1000000 0 10010 11011011 1011111 101010

Color Harmonies of #054CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CD2

Black with #054CD2

Text Example


Text Example

White with #054CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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