#041058

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

Shades of Sapphire #041058

Tints of Sapphire #041058

Color information

#041058 (or 0x041058) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 58. RGB value is (4,16,88). Sum of RGB (Red+Green+Blue) = 4+16+88=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #041058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041058 is #FBEFA7. Grayscale: #141414. Windows color (decimal): -16510888 or 5771268. OLE color: 5771268.

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

Color convert

RGB41688-
CMYK0.950.8200.65
HSL231.43º91.3%18.04%-
HSV(B)231.43º95.45%34.51%-
XYZ21.19.34-
YUV20.62166.02116.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=3.70%
G=14.81%
B=81.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal416880.950.8200.65231.4391.318.04
Hex410585F52041e75b12
Octal420130137122010134713322
Binary100100001011000101111110100100100000111100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041058; }

 p { color: rgb(4,16,88); }

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

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

 a { background-color: rgb(4,16,88); }

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

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

 span { border-color: rgb(4,16,88); }

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