#031559

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

Shades of Sapphire #031559

Tints of Sapphire #031559

Color information

#031559 (or 0x031559) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 59. RGB value is (3,21,89). Sum of RGB (Red+Green+Blue) = 3+21+89=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #031559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031559 is #FCEAA6. Grayscale: #171717. Windows color (decimal): -16575143 or 5838083. OLE color: 5838083.

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

Color convert

RGB32189-
CMYK0.970.7600.65
HSL227.44º93.48%18.04%-
HSV(B)227.44º96.63%34.9%-
XYZ2.111.289.59-
YUV23.37165.04113.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 89 (35.16% from 255) = 78.76%
R=2.65%
G=18.58%
B=78.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal321890.970.7600.65227.4493.4818.04
Hex31559614C041e35d12
Octal325131141114010134313522
Binary11101011011001110000110011000100000111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031559; }

 p { color: rgb(3,21,89); }

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

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

 a { background-color: rgb(3,21,89); }

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

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

 span { border-color: rgb(3,21,89); }

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