#031158

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

Shades of Sapphire #031158

Tints of Sapphire #031158

Color information

#031158 (or 0x031158) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 58. RGB value is (3,17,88). Sum of RGB (Red+Green+Blue) = 3+17+88=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #031158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031158 is #FCEEA7. Grayscale: #141414. Windows color (decimal): -16576168 or 5771523. OLE color: 5771523.

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

Color convert

RGB31788-
CMYK0.970.8100.65
HSL230.12º93.41%17.84%-
HSV(B)230.12º96.59%34.51%-
XYZ21.129.34-
YUV20.91165.86115.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=2.78%
G=15.74%
B=81.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal317880.970.8100.65230.1293.4117.84
Hex311586151041e65d12
Octal321130141121010134613522
Binary11100011011000110000110100010100000111100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031158; }

 p { color: rgb(3,17,88); }

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

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

 a { background-color: rgb(3,17,88); }

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

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

 span { border-color: rgb(3,17,88); }

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