#031053

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

Shades of Sapphire #031053

Tints of Sapphire #031053

Color information

#031053 (or 0x031053) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 53. RGB value is (3,16,83). Sum of RGB (Red+Green+Blue) = 3+16+83=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #031053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031053 is #FCEFAC. Grayscale: #131313. Windows color (decimal): -16576429 or 5443587. OLE color: 5443587.

HSL color Cylindrical-coordinate representation of color #031053: hue angle of 230.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031053 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31683-
CMYK0.960.8100.67
HSL230.25º93.02%16.86%-
HSV(B)230.25º96.39%32.55%-
XYZ1.781.018.29-
YUV19.75163.69116.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 83 (32.81% from 255) = 81.37%
R=2.94%
G=15.69%
B=81.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal316830.960.8100.67230.2593.0216.86
Hex310536051043e65d11
Octal320123140121010334613521
Binary11100001010011110000010100010100001111100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031053; }

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

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

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

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

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

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

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

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