#041153

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

Shades of Sapphire #041153

Tints of Sapphire #041153

Color information

#041153 (or 0x041153) is unknown color: approx Sapphire. HEX triplet: 04, 11 and 53. RGB value is (4,17,83). Sum of RGB (Red+Green+Blue) = 4+17+83=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #041153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041153 is #FBEEAC. Grayscale: #141414. Windows color (decimal): -16510637 or 5443844. OLE color: 5443844.

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

Color convert

RGB41783-
CMYK0.950.8000.67
HSL230.13º90.8%17.06%-
HSV(B)230.13º95.18%32.55%-
XYZ1.811.058.29-
YUV20.64163.19116.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 83 (32.81% from 255) = 79.81%
R=3.85%
G=16.35%
B=79.81%

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
Decimal417830.950.8000.67230.1390.817.06
Hex411535F50043e65b11
Octal421123137120010334613321
Binary100100011010011101111110100000100001111100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041153; }

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

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

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

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

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

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

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

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