#042256

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

Shades of Sapphire #042256

Tints of Sapphire #042256

Color information

#042256 (or 0x042256) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 56. RGB value is (4,34,86). Sum of RGB (Red+Green+Blue) = 4+34+86=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #042256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042256 is #FBDDA9. Grayscale: #1E1E1E. Windows color (decimal): -16506282 or 5644804. OLE color: 5644804.

HSL color Cylindrical-coordinate representation of color #042256: hue angle of 218.05º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042256 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB43486-
CMYK0.950.6000.66
HSL218.05º91.11%17.65%-
HSV(B)218.05º95.35%33.73%-
XYZ2.31.849.04-
YUV30.96159.06108.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 86 (33.98% from 255) = 69.35%
R=3.23%
G=27.42%
B=69.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal434860.950.6000.66218.0591.1117.65
Hex422565F3C042da5b12
Octal44212613774010233213322
Binary100100010101011010111111111000100001011011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042256; }

 p { color: rgb(4,34,86); }

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

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

 a { background-color: rgb(4,34,86); }

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

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

 span { border-color: rgb(4,34,86); }

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