#041260

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

Shades of Sapphire #041260

Tints of Sapphire #041260

Color information

#041260 (or 0x041260) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 60. RGB value is (4,18,96). Sum of RGB (Red+Green+Blue) = 4+18+96=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #041260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041260 is #FBED9F. Grayscale: #161616. Windows color (decimal): -16510368 or 6296068. OLE color: 6296068.

HSL color Cylindrical-coordinate representation of color #041260: hue angle of 230.87º 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 #041260 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41896-
CMYK0.960.8100.62
HSL230.87º92%19.61%-
HSV(B)230.87º95.83%37.65%-
XYZ2.381.311.19-
YUV22.71169.36114.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 96 (37.89% from 255) = 81.36%
R=3.39%
G=15.25%
B=81.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal418960.960.8100.62230.879219.61
Hex41260605103Ee75c14
Octal42214014012107634713424
Binary10010010110000011000001010001011111011100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041260; }

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

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

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

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

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

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

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

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