#031959

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

Shades of Sapphire #031959

Tints of Sapphire #031959

Color information

#031959 (or 0x031959) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 59. RGB value is (3,25,89). Sum of RGB (Red+Green+Blue) = 3+25+89=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #031959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031959 is #FCE6A6. Grayscale: #191919. Windows color (decimal): -16574119 or 5839107. OLE color: 5839107.

HSL color Cylindrical-coordinate representation of color #031959: hue angle of 224.65º 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 #031959 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32589-
CMYK0.970.7200.65
HSL224.65º93.48%18.04%-
HSV(B)224.65º96.63%34.9%-
XYZ2.191.449.61-
YUV25.72163.71111.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=2.56%
G=21.37%
B=76.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal325890.970.7200.65224.6593.4818.04
Hex319596148041e15d12
Octal331131141110010134113522
Binary11110011011001110000110010000100000111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031959; }

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

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

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

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

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

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

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

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