#041352

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

Shades of Sapphire #041352

Tints of Sapphire #041352

Color information

#041352 (or 0x041352) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 52. RGB value is (4,19,82). Sum of RGB (Red+Green+Blue) = 4+19+82=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #041352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041352 is #FBECAD. Grayscale: #151515. Windows color (decimal): -16510126 or 5378820. OLE color: 5378820.

HSL color Cylindrical-coordinate representation of color #041352: hue angle of 228.46º 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 #041352 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB41982-
CMYK0.950.7700.68
HSL228.46º90.7%16.86%-
HSV(B)228.46º95.12%32.16%-
XYZ1.811.18.1-
YUV21.7162.03115.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 82 (32.42% from 255) = 78.10%
R=3.81%
G=18.10%
B=78.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal419820.950.7700.68228.4690.716.86
Hex413525F4D044e45b11
Octal423122137115010434413321
Binary100100111010010101111110011010100010011100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041352; }

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

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

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

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

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

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

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

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