#041356

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

Shades of Sapphire #041356

Tints of Sapphire #041356

Color information

#041356 (or 0x041356) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 56. RGB value is (4,19,86). Sum of RGB (Red+Green+Blue) = 4+19+86=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #041356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041356 is #FBECA9. Grayscale: #151515. Windows color (decimal): -16510122 or 5640964. OLE color: 5640964.

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

Color convert

RGB41986-
CMYK0.950.7800.66
HSL229.02º91.11%17.65%-
HSV(B)229.02º95.35%33.73%-
XYZ1.961.168.93-
YUV22.15164.03115.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 86 (33.98% from 255) = 78.90%
R=3.67%
G=17.43%
B=78.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal419860.950.7800.66229.0291.1117.65
Hex413565F4E042e55b12
Octal423126137116010234513322
Binary100100111010110101111110011100100001011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041356; }

 p { color: rgb(4,19,86); }

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

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

 a { background-color: rgb(4,19,86); }

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

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

 span { border-color: rgb(4,19,86); }

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