Html Css Color HEX #054BCD Navy Blue

📋 copy color: '#054BCD'

red 5 ◦ green 75 ◦ blue 205

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

Shades of Navy Blue #054BCD

Tints of Navy Blue #054BCD

RGB

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

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

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

R = 1.75%
G = 26.32%
B = 71.93%

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

#054BCD (or 0x054BCD) is known color: Navy Blue. HEX triplet: 05, 4B and CD. RGB value is (5,75,205). Sum of RGB (Red+Green+Blue) = 5+75+205=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #054BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BCD is #FAB432. Grayscale: #444444. Windows color (decimal): -16430131 or 13454085. OLE color: 13454085.

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

Color convert

RGB 5 75 205 -
CMYK 0.98 0.63 0 0.20
HSL 219º 0.95% 0.41% -
HSV(B) 219º 0.98% 0.8% -
XYZ 13.6 9.47 58.87 -
YUV 68.89 204.81 82.43 -
System Red Green Blue C M Y K H S L
Decimal 5 75 205 0.98 0.63 0 0.20 219 0.95 0.41
Hex 5 4B CD 62 3F 0 14 DB 5F 29
Octal 5 113 315 142 77 0 24 333 137 51
Binary 101 1001011 11001101 1100010 111111 0 10100 11011011 1011111 101001

Color Harmonies of #054BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BCD

Black with #054BCD

Text Example


Text Example

White with #054BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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