#041552

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

Shades of Sapphire #041552

Tints of Sapphire #041552

Color information

#041552 (or 0x041552) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 52. RGB value is (4,21,82). Sum of RGB (Red+Green+Blue) = 4+21+82=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #041552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041552 is #FBEAAD. Grayscale: #161616. Windows color (decimal): -16509614 or 5379332. OLE color: 5379332.

HSL color Cylindrical-coordinate representation of color #041552: hue angle of 226.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041552 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB42182-
CMYK0.950.7400.68
HSL226.92º90.7%16.86%-
HSV(B)226.92º95.12%32.16%-
XYZ1.841.178.11-
YUV22.87161.37114.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=3.74%
G=19.63%
B=76.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal421820.950.7400.68226.9290.716.86
Hex415525F4A044e35b11
Octal425122137112010434313321
Binary100101011010010101111110010100100010011100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041552; }

 p { color: rgb(4,21,82); }

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

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

 a { background-color: rgb(4,21,82); }

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

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

 span { border-color: rgb(4,21,82); }

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