#041E48

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

Shades of Sapphire #041E48

Tints of Sapphire #041E48

Color information

#041E48 (or 0x041E48) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 48. RGB value is (4,30,72). Sum of RGB (Red+Green+Blue) = 4+30+72=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #041E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E48 is #FBE1B7. Grayscale: #1A1A1A. Windows color (decimal): -16507320 or 4726276. OLE color: 4726276.

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

Color convert

RGB43072-
CMYK0.940.5800.72
HSL217.06º89.47%14.9%-
HSV(B)217.06º94.44%28.24%-
XYZ1.681.426.32-
YUV27.01153.39111.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=3.77%
G=28.30%
B=67.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal430720.940.5800.72217.0689.4714.9
Hex41E485E3A048d959f
Octal43611013672011033113117
Binary1001111010010001011110111010010010001101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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