#041760

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

Shades of Sapphire #041760

Tints of Sapphire #041760

Color information

#041760 (or 0x041760) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 60. RGB value is (4,23,96). Sum of RGB (Red+Green+Blue) = 4+23+96=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #041760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041760 is #FBE89F. Grayscale: #191919. Windows color (decimal): -16509088 or 6297348. OLE color: 6297348.

HSL color Cylindrical-coordinate representation of color #041760: hue angle of 227.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041760 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB42396-
CMYK0.960.7600.62
HSL227.61º92%19.61%-
HSV(B)227.61º95.83%37.65%-
XYZ2.471.4811.22-
YUV25.64167.71112.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 96 (37.89% from 255) = 78.05%
R=3.25%
G=18.70%
B=78.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal423960.960.7600.62227.619219.61
Hex41760604C03Ee45c14
Octal42714014011407634413424
Binary10010111110000011000001001100011111011100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041760; }

 p { color: rgb(4,23,96); }

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

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

 a { background-color: rgb(4,23,96); }

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

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

 span { border-color: rgb(4,23,96); }

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