Html Css Color HEX #054CCD Navy Blue

📋 copy color: '#054CCD'

red 5 ◦ green 76 ◦ blue 205

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

Shades of Navy Blue #054CCD

Tints of Navy Blue #054CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 1.75%
G = 26.57%
B = 71.68%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#054CCD (or 0x054CCD) is known color: Navy Blue. HEX triplet: 05, 4C and CD. RGB value is (5,76,205). Sum of RGB (Red+Green+Blue) = 5+76+205=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #054CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCD is #FAB332. Grayscale: #444444. Windows color (decimal): -16429875 or 13454341. OLE color: 13454341.

HSL color Cylindrical-coordinate representation of color #054CCD: hue angle of 218.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CCD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 76 205 -
CMYK 0.98 0.63 0 0.20
HSL 218.7º 0.95% 0.41% -
HSV(B) 218.7º 0.98% 0.8% -
XYZ 13.67 9.61 58.89 -
YUV 69.48 204.48 82.01 -
System Red Green Blue C M Y K H S L
Decimal 5 76 205 0.98 0.63 0 0.20 218.7 0.95 0.41
Hex 5 4C CD 62 3F 0 14 DB 5F 29
Octal 5 114 315 142 77 0 24 333 137 51
Binary 101 1001100 11001101 1100010 111111 0 10100 11011011 1011111 101001

Color Harmonies of #054CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CCD

Black with #054CCD

Text Example


Text Example

White with #054CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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