#031150

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

Shades of Sapphire #031150

Tints of Sapphire #031150

Color information

#031150 (or 0x031150) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 50. RGB value is (3,17,80). Sum of RGB (Red+Green+Blue) = 3+17+80=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #031150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031150 is #FCEEAF. Grayscale: #131313. Windows color (decimal): -16576176 or 5247235. OLE color: 5247235.

HSL color Cylindrical-coordinate representation of color #031150: hue angle of 229.09º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031150 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31780-
CMYK0.960.7900.69
HSL229.09º92.77%16.27%-
HSV(B)229.09º96.25%31.37%-
XYZ1.6917.69-
YUV20161.86115.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 80 (31.64% from 255) = 80%
R=3%
G=17%
B=80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal317800.960.7900.69229.0992.7716.27
Hex31150604F045e55d10
Octal321120140117010534513520
Binary11100011010000110000010011110100010111100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031150; }

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

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

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

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

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

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

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

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