#041973

Color #041973 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #041973

Tints of Sapphire #041973

Color information

#041973 (or 0x041973) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 73. RGB value is (4,25,115). Sum of RGB (Red+Green+Blue) = 4+25+115=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #041973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041973 is #FBE68C. Grayscale: #1C1C1C. Windows color (decimal): -16508557 or 7543044. OLE color: 7543044.

HSL color Cylindrical-coordinate representation of color #041973: hue angle of 228.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041973 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB425115-
CMYK0.970.7800.55
HSL228.65º93.28%23.33%-
HSV(B)228.65º96.52%45.1%-
XYZ3.491.9616.41-
YUV28.98176.54110.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 115 (45.31% from 255) = 79.86%
R=2.78%
G=17.36%
B=79.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4251150.970.7800.55228.6593.2823.33
Hex41973614E037e55d17
Octal43116314111606734513527
Binary10011001111001111000011001110011011111100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041973; }

 p { color: rgb(4,25,115); }

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

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

 a { background-color: rgb(4,25,115); }

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

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

 span { border-color: rgb(4,25,115); }

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