Html Css Color HEX #045FDC Navy Blue

📋 copy color: '#045FDC'

red 4 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #045FDC

Tints of Navy Blue #045FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 1.25%
G = 29.78%
B = 68.97%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#045FDC (or 0x045FDC) is known color: Navy Blue. HEX triplet: 04, 5F and DC. RGB value is (4,95,220). Sum of RGB (Red+Green+Blue) = 4+95+220=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #045FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FDC is #FBA023. Grayscale: #515151. Windows color (decimal): -16490532 or 14442244. OLE color: 14442244.

HSL color Cylindrical-coordinate representation of color #045FDC: hue angle of 214.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FDC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 95 220 -
CMYK 0.98 0.57 0 0.14
HSL 214.72º 0.96% 0.44% -
HSV(B) 214.72º 0.98% 0.86% -
XYZ 17.06 13.38 69.39 -
YUV 82.04 205.85 72.34 -
System Red Green Blue C M Y K H S L
Decimal 4 95 220 0.98 0.57 0 0.14 214.72 0.96 0.44
Hex 4 5F DC 62 39 0 E D7 60 2C
Octal 4 137 334 142 71 0 16 327 140 54
Binary 100 1011111 11011100 1100010 111001 0 1110 11010111 1100000 101100

Color Harmonies of #045FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FDC

Black with #045FDC

Text Example


Text Example

White with #045FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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