#041A59

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

Shades of Sapphire #041A59

Tints of Sapphire #041A59

Color information

#041A59 (or 0x041A59) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 59. RGB value is (4,26,89). Sum of RGB (Red+Green+Blue) = 4+26+89=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #041A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A59 is #FBE5A6. Grayscale: #1A1A1A. Windows color (decimal): -16508327 or 5839364. OLE color: 5839364.

HSL color Cylindrical-coordinate representation of color #041A59: hue angle of 224.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A59 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42689-
CMYK0.960.7100.65
HSL224.47º91.4%18.24%-
HSV(B)224.47º95.51%34.9%-
XYZ2.221.499.62-
YUV26.6163.21111.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 89 (35.16% from 255) = 74.79%
R=3.36%
G=21.85%
B=74.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal426890.960.7100.65224.4791.418.24
Hex41A596047041e05b12
Octal432131140107010134013322
Binary100110101011001110000010001110100000111100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A59; }

 p { color: rgb(4,26,89); }

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

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

 a { background-color: rgb(4,26,89); }

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

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

 span { border-color: rgb(4,26,89); }

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