#041852

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

Shades of Sapphire #041852

Tints of Sapphire #041852

Color information

#041852 (or 0x041852) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 52. RGB value is (4,24,82). Sum of RGB (Red+Green+Blue) = 4+24+82=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #041852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041852 is #FBE7AD. Grayscale: #181818. Windows color (decimal): -16508846 or 5380100. OLE color: 5380100.

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

Color convert

RGB42482-
CMYK0.950.7100.68
HSL224.62º90.7%16.86%-
HSV(B)224.62º95.12%32.16%-
XYZ1.91.298.13-
YUV24.63160.37113.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 82 (32.42% from 255) = 74.55%
R=3.64%
G=21.82%
B=74.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal424820.950.7100.68224.6290.716.86
Hex418525F47044e15b11
Octal430122137107010434113321
Binary100110001010010101111110001110100010011100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041852; }

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

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

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

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

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

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

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

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