#031051

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

Shades of Sapphire #031051

Tints of Sapphire #031051

Color information

#031051 (or 0x031051) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 51. RGB value is (3,16,81). Sum of RGB (Red+Green+Blue) = 3+16+81=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #031051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031051 is #FCEFAE. Grayscale: #131313. Windows color (decimal): -16576431 or 5312515. OLE color: 5312515.

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

Color convert

RGB31681-
CMYK0.960.8000.68
HSL230º92.86%16.47%-
HSV(B)230º96.3%31.76%-
XYZ1.710.987.88-
YUV19.52162.69116.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 81 (32.03% from 255) = 81%
R=3%
G=16%
B=81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal316810.960.8000.6823092.8616.47
Hex310516050044e65d10
Octal320121140120010434613520
Binary11100001010001110000010100000100010011100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031051; }

 p { color: rgb(3,16,81); }

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

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

 a { background-color: rgb(3,16,81); }

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

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

 span { border-color: rgb(3,16,81); }

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