Html Css Color HEX #045DCD Navy Blue

📋 copy color: '#045DCD'

red 4 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #045DCD

Tints of Navy Blue #045DCD

RGB

 RED value IS 4 (1.95% from 255) = 1.32%

 GREEN value IS 93 (36.72% from 255) = 30.79%

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

R = 1.32%
G = 30.79%
B = 67.88%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045DCD (or 0x045DCD) is known color: Navy Blue. HEX triplet: 04, 5D and CD. RGB value is (4,93,205). Sum of RGB (Red+Green+Blue) = 4+93+205=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #045DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DCD is #FBA232. Grayscale: #4E4E4E. Windows color (decimal): -16491059 or 13458692. OLE color: 13458692.

HSL color Cylindrical-coordinate representation of color #045DCD: hue angle of 213.43º degrees, saturation: 0.96, 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 #045DCD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 93 205 -
CMYK 0.98 0.55 0 0.20
HSL 213.43º 0.96% 0.41% -
HSV(B) 213.43º 0.98% 0.8% -
XYZ 14.98 12.26 59.33 -
YUV 79.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 4 93 205 0.98 0.55 0 0.20 213.43 0.96 0.41
Hex 4 5D CD 62 37 0 14 D5 60 29
Octal 4 135 315 142 67 0 24 325 140 51
Binary 100 1011101 11001101 1100010 110111 0 10100 11010101 1100000 101001

Color Harmonies of #045DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DCD

Black with #045DCD

Text Example


Text Example

White with #045DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045DCD; }

 p { color: rgb(4,93,205); }

 H1.HeaderClassName
 {
   color: #045DCD;
 }
 .AnyTagClassName
 {
   color: #045DCD;
 }
</style>

background-color css

<style>
 a { background-color: #045DCD; }

 a { background-color: rgb(4,93,205); }

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

border-color css

<style>
 span { border-color: #045DCD; }

 span { border-color: rgb(4,93,205); }

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