#042859

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

Shades of Sapphire #042859

Tints of Sapphire #042859

Color information

#042859 (or 0x042859) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 59. RGB value is (4,40,89). Sum of RGB (Red+Green+Blue) = 4+40+89=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #042859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042859 is #FBD7A6. Grayscale: #222222. Windows color (decimal): -16504743 or 5842948. OLE color: 5842948.

HSL color Cylindrical-coordinate representation of color #042859: hue angle of 214.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042859 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB44089-
CMYK0.960.5500.65
HSL214.59º91.4%18.24%-
HSV(B)214.59º95.51%34.9%-
XYZ2.612.269.75-
YUV34.82158.57106.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=3.01%
G=30.08%
B=66.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal440890.960.5500.65214.5991.418.24
Hex428596037041d75b12
Octal45013114067010132713322
Binary100101000101100111000001101110100000111010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042859; }

 p { color: rgb(4,40,89); }

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

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

 a { background-color: rgb(4,40,89); }

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

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

 span { border-color: rgb(4,40,89); }

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