#041148

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

Shades of Sapphire #041148

Tints of Sapphire #041148

Color information

#041148 (or 0x041148) is unknown color: approx Sapphire. HEX triplet: 04, 11 and 48. RGB value is (4,17,72). Sum of RGB (Red+Green+Blue) = 4+17+72=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #041148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041148 is #FBEEB7. Grayscale: #131313. Windows color (decimal): -16510648 or 4722948. OLE color: 4722948.

HSL color Cylindrical-coordinate representation of color #041148: hue angle of 228.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041148 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41772-
CMYK0.940.7600.72
HSL228.53º89.47%14.9%-
HSV(B)228.53º94.44%28.24%-
XYZ1.420.896.23-
YUV19.38157.69117.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=4.30%
G=18.28%
B=77.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal417720.940.7600.72228.5389.4714.9
Hex411485E4C048e559f
Octal421110136114011034513117
Binary10010001100100010111101001100010010001110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041148; }

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

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

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

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

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

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

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

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