#031C57

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

Shades of Sapphire #031C57

Tints of Sapphire #031C57

Color information

#031C57 (or 0x031C57) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 57. RGB value is (3,28,87). Sum of RGB (Red+Green+Blue) = 3+28+87=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #031C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C57 is #FCE3A8. Grayscale: #1A1A1A. Windows color (decimal): -16573353 or 5708803. OLE color: 5708803.

HSL color Cylindrical-coordinate representation of color #031C57: hue angle of 222.14º 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 #031C57 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32887-
CMYK0.970.6800.66
HSL222.14º93.33%17.65%-
HSV(B)222.14º96.55%34.12%-
XYZ2.171.549.2-
YUV27.25161.72110.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 87 (34.38% from 255) = 73.73%
R=2.54%
G=23.73%
B=73.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal328870.970.6800.66222.1493.3317.65
Hex31C576144042de5d12
Octal334127141104010233613522
Binary11111001010111110000110001000100001011011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C57; }

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

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

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

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

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

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

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

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