#041062

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

Shades of Sapphire #041062

Tints of Sapphire #041062

Color information

#041062 (or 0x041062) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 62. RGB value is (4,16,98). Sum of RGB (Red+Green+Blue) = 4+16+98=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #041062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041062 is #FBEF9D. Grayscale: #151515. Windows color (decimal): -16510878 or 6426628. OLE color: 6426628.

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

Color convert

RGB41698-
CMYK0.960.8400.62
HSL232.34º92.16%20%-
HSV(B)232.34º95.92%38.43%-
XYZ2.441.2811.67-
YUV21.76171.02115.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 98 (38.67% from 255) = 83.05%
R=3.39%
G=13.56%
B=83.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal416980.960.8400.62232.3492.1620
Hex41062605403Ee85c14
Octal42014214012407635013424
Binary10010000110001011000001010100011111011101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041062; }

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

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

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

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

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

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

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

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