#041263

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

Shades of Sapphire #041263

Tints of Sapphire #041263

Color information

#041263 (or 0x041263) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 63. RGB value is (4,18,99). Sum of RGB (Red+Green+Blue) = 4+18+99=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #041263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041263 is #FBED9C. Grayscale: #161616. Windows color (decimal): -16510365 or 6492676. OLE color: 6492676.

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

Color convert

RGB41899-
CMYK0.960.8200.61
HSL231.16º92.23%20.2%-
HSV(B)231.16º95.96%38.82%-
XYZ2.521.3611.93-
YUV23.05170.86114.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 99 (39.06% from 255) = 81.82%
R=3.31%
G=14.88%
B=81.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal418990.960.8200.61231.1692.2320.2
Hex41263605203De75c14
Octal42214314012207534713424
Binary10010010110001111000001010010011110111100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041263; }

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

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

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

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

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

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

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

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