#041261

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

Shades of Sapphire #041261

Tints of Sapphire #041261

Color information

#041261 (or 0x041261) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 61. RGB value is (4,18,97). Sum of RGB (Red+Green+Blue) = 4+18+97=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #041261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041261 is #FBED9E. Grayscale: #161616. Windows color (decimal): -16510367 or 6361604. OLE color: 6361604.

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

Color convert

RGB41897-
CMYK0.960.8100.62
HSL230.97º92.08%19.8%-
HSV(B)230.97º95.88%38.04%-
XYZ2.421.3211.44-
YUV22.82169.86114.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 97 (38.28% from 255) = 81.51%
R=3.36%
G=15.13%
B=81.51%

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
Decimal418970.960.8100.62230.9792.0819.8
Hex41261605103Ee75c14
Octal42214114012107634713424
Binary10010010110000111000001010001011111011100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041261; }

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

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

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

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

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

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

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

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