Html Css Color HEX #045FCD Navy Blue

📋 copy color: '#045FCD'

red 4 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #045FCD

Tints of Navy Blue #045FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 1.32%
G = 31.25%
B = 67.43%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045FCD (or 0x045FCD) is known color: Navy Blue. HEX triplet: 04, 5F and CD. RGB value is (4,95,205). Sum of RGB (Red+Green+Blue) = 4+95+205=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #045FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FCD is #FBA032. Grayscale: #4F4F4F. Windows color (decimal): -16490547 or 13459204. OLE color: 13459204.

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

Color convert

RGB 4 95 205 -
CMYK 0.98 0.54 0 0.20
HSL 212.84º 0.96% 0.41% -
HSV(B) 212.84º 0.98% 0.8% -
XYZ 15.16 12.62 59.39 -
YUV 80.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 4 95 205 0.98 0.54 0 0.20 212.84 0.96 0.41
Hex 4 5F CD 62 36 0 14 D5 60 29
Octal 4 137 315 142 66 0 24 325 140 51
Binary 100 1011111 11001101 1100010 110110 0 10100 11010101 1100000 101001

Color Harmonies of #045FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FCD

Black with #045FCD

Text Example


Text Example

White with #045FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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