#041F48

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

Shades of Sapphire #041F48

Tints of Sapphire #041F48

Color information

#041F48 (or 0x041F48) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 48. RGB value is (4,31,72). Sum of RGB (Red+Green+Blue) = 4+31+72=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #041F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F48 is #FBE0B7. Grayscale: #1B1B1B. Windows color (decimal): -16507064 or 4726532. OLE color: 4726532.

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

Color convert

RGB43172-
CMYK0.940.5700.72
HSL216.18º89.47%14.9%-
HSV(B)216.18º94.44%28.24%-
XYZ1.711.476.33-
YUV27.6153.05111.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=3.74%
G=28.97%
B=67.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal431720.940.5700.72216.1889.4714.9
Hex41F485E39048d859f
Octal43711013671011033013117
Binary1001111110010001011110111001010010001101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041F48; }

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

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

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

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

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

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

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

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