#041055

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

Shades of Sapphire #041055

Tints of Sapphire #041055

Color information

#041055 (or 0x041055) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 55. RGB value is (4,16,85). Sum of RGB (Red+Green+Blue) = 4+16+85=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #041055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041055 is #FBEFAA. Grayscale: #131313. Windows color (decimal): -16510891 or 5574660. OLE color: 5574660.

HSL color Cylindrical-coordinate representation of color #041055: hue angle of 231.11º 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 #041055 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41685-
CMYK0.950.8100.67
HSL231.11º91.01%17.45%-
HSV(B)231.11º95.29%33.33%-
XYZ1.881.058.7-
YUV20.28164.52116.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 85 (33.59% from 255) = 80.95%
R=3.81%
G=15.24%
B=80.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal416850.950.8100.67231.1191.0117.45
Hex410555F51043e75b11
Octal420125137121010334713321
Binary100100001010101101111110100010100001111100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041055; }

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

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

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

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

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

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

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

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