Html Css Color HEX #0054CD Navy Blue

📋 copy color: '#0054CD'

red 0 ◦ green 84 ◦ blue 205

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

Shades of Navy Blue #0054CD

Tints of Navy Blue #0054CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 0%
G = 29.07%
B = 70.93%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0054CD (or 0x0054CD) is known color: Navy Blue. HEX triplet: 00, 54 and CD. RGB value is (0,84,205). Sum of RGB (Red+Green+Blue) = 0+84+205=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #0054CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054CD is #FFAB32. Grayscale: #484848. Windows color (decimal): -16755507 or 13456384. OLE color: 13456384.

HSL color Cylindrical-coordinate representation of color #0054CD: hue angle of 215.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054CD is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 84 205 -
CMYK 1 0.59 0 0.20
HSL 215.41º 1% 0.4% -
HSV(B) 215.41º 1% 0.8% -
XYZ 14.19 10.75 59.08 -
YUV 72.68 202.67 76.16 -
System Red Green Blue C M Y K H S L
Decimal 0 84 205 1 0.59 0 0.20 215.41 1 0.4
Hex 0 54 CD 64 3B 0 14 D7 64 28
Octal 0 124 315 144 73 0 24 327 144 50
Binary 0 1010100 11001101 1100100 111011 0 10100 11010111 1100100 101000

Color Harmonies of #0054CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0054CD

Black with #0054CD

Text Example


Text Example

White with #0054CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0054CD; }

 p { color: rgb(0,84,205); }

 H1.HeaderClassName
 {
   color: #0054CD;
 }
 .AnyTagClassName
 {
   color: #0054CD;
 }
</style>

background-color css

<style>
 a { background-color: #0054CD; }

 a { background-color: rgb(0,84,205); }

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

border-color css

<style>
 span { border-color: #0054CD; }

 span { border-color: rgb(0,84,205); }

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