#031957

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

Shades of Sapphire #031957

Tints of Sapphire #031957

Color information

#031957 (or 0x031957) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 57. RGB value is (3,25,87). Sum of RGB (Red+Green+Blue) = 3+25+87=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #031957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031957 is #FCE6A8. Grayscale: #191919. Windows color (decimal): -16574121 or 5708035. OLE color: 5708035.

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

Color convert

RGB32587-
CMYK0.970.7100.66
HSL224.29º93.33%17.65%-
HSV(B)224.29º96.55%34.12%-
XYZ2.111.49.18-
YUV25.49162.71111.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 87 (34.38% from 255) = 75.65%
R=2.61%
G=21.74%
B=75.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal325870.970.7100.66224.2993.3317.65
Hex319576147042e05d12
Octal331127141107010234013522
Binary11110011010111110000110001110100001011100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031957; }

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

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

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

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

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

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

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

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