#031153

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

Shades of Sapphire #031153

Tints of Sapphire #031153

Color information

#031153 (or 0x031153) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 53. RGB value is (3,17,83). Sum of RGB (Red+Green+Blue) = 3+17+83=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #031153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031153 is #FCEEAC. Grayscale: #141414. Windows color (decimal): -16576173 or 5443843. OLE color: 5443843.

HSL color Cylindrical-coordinate representation of color #031153: hue angle of 229.5º 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 #031153 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31783-
CMYK0.960.8000.67
HSL229.5º93.02%16.86%-
HSV(B)229.5º96.39%32.55%-
XYZ1.81.048.29-
YUV20.34163.36115.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 83 (32.81% from 255) = 80.58%
R=2.91%
G=16.50%
B=80.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal317830.960.8000.67229.593.0216.86
Hex311536050043e65d11
Octal321123140120010334613521
Binary11100011010011110000010100000100001111100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031153; }

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

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

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

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

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

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

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

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