#045FCE

Color #045FCE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #045FCE

Tints of Navy Blue #045FCE

Color information

#045FCE (or 0x045FCE) is unknown color: approx Navy Blue. HEX triplet: 04, 5F and CE. RGB value is (4,95,206). Sum of RGB (Red+Green+Blue) = 4+95+206=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #045FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FCE is #FBA031. Grayscale: #4F4F4F. Windows color (decimal): -16490546 or 13524740. OLE color: 13524740.

HSL color Cylindrical-coordinate representation of color #045FCE: hue angle of 212.97º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FCE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB495206-
CMYK0.980.5400.19
HSL212.97º96.19%41.18%-
HSV(B)212.97º98.06%80.78%-
XYZ15.2812.6760.03-
YUV80.44198.8573.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=1.31%
G=31.15%
B=67.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4952060.980.5400.19212.9796.1941.18
Hex45FCE6236013d56029
Octal41373161426602332514051
Binary1001011111110011101100010110110010011110101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045FCE;
 }
 .AnyTagClassName
 {
   color: #045FCE;
 }
</style>
background-color css

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

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

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

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

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

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