#041248

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

Shades of Sapphire #041248

Tints of Sapphire #041248

Color information

#041248 (or 0x041248) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 48. RGB value is (4,18,72). Sum of RGB (Red+Green+Blue) = 4+18+72=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #041248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041248 is #FBEDB7. Grayscale: #131313. Windows color (decimal): -16510392 or 4723204. OLE color: 4723204.

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

Color convert

RGB41872-
CMYK0.940.7500.72
HSL227.65º89.47%14.9%-
HSV(B)227.65º94.44%28.24%-
XYZ1.440.936.23-
YUV19.97157.36116.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=4.26%
G=19.15%
B=76.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal418720.940.7500.72227.6589.4714.9
Hex412485E4B048e459f
Octal422110136113011034413117
Binary10010010100100010111101001011010010001110010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041248; }

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

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

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

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

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

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

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

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