#041155

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

Shades of Sapphire #041155

Tints of Sapphire #041155

Color information

#041155 (or 0x041155) is unknown color: approx Sapphire. HEX triplet: 04, 11 and 55. RGB value is (4,17,85). Sum of RGB (Red+Green+Blue) = 4+17+85=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #041155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041155 is #FBEEAA. Grayscale: #141414. Windows color (decimal): -16510635 or 5574916. OLE color: 5574916.

HSL color Cylindrical-coordinate representation of color #041155: hue angle of 230.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041155 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41785-
CMYK0.950.8000.67
HSL230.37º91.01%17.45%-
HSV(B)230.37º95.29%33.33%-
XYZ1.891.088.7-
YUV20.86164.19115.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=3.77%
G=16.04%
B=80.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal417850.950.8000.67230.3791.0117.45
Hex411555F50043e65b11
Octal421125137120010334613321
Binary100100011010101101111110100000100001111100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041155; }

 p { color: rgb(4,17,85); }

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

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

 a { background-color: rgb(4,17,85); }

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

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

 span { border-color: rgb(4,17,85); }

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