#041948

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

Shades of Sapphire #041948

Tints of Sapphire #041948

Color information

#041948 (or 0x041948) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 48. RGB value is (4,25,72). Sum of RGB (Red+Green+Blue) = 4+25+72=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #041948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041948 is #FBE6B7. Grayscale: #171717. Windows color (decimal): -16508600 or 4724996. OLE color: 4724996.

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

Color convert

RGB42572-
CMYK0.940.6500.72
HSL221.47º89.47%14.9%-
HSV(B)221.47º94.44%28.24%-
XYZ1.571.196.28-
YUV24.08155.04113.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 72 (28.52% from 255) = 71.29%
R=3.96%
G=24.75%
B=71.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal425720.940.6500.72221.4789.4714.9
Hex419485E41048dd59f
Octal431110136101011033513117
Binary10011001100100010111101000001010010001101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041948; }

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

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

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

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

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

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

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

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