#041348

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

Shades of Sapphire #041348

Tints of Sapphire #041348

Color information

#041348 (or 0x041348) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 48. RGB value is (4,19,72). Sum of RGB (Red+Green+Blue) = 4+19+72=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #041348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041348 is #FBECB7. Grayscale: #141414. Windows color (decimal): -16510136 or 4723460. OLE color: 4723460.

HSL color Cylindrical-coordinate representation of color #041348: hue angle of 226.76º 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 #041348 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41972-
CMYK0.940.7400.72
HSL226.76º89.47%14.9%-
HSV(B)226.76º94.44%28.24%-
XYZ1.450.966.24-
YUV20.56157.03116.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=4.21%
G=20%
B=75.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal419720.940.7400.72226.7689.4714.9
Hex413485E4A048e359f
Octal423110136112011034313117
Binary10010011100100010111101001010010010001110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041348; }

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

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

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

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

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

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

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

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