#031553

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

Shades of Sapphire #031553

Tints of Sapphire #031553

Color information

#031553 (or 0x031553) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 53. RGB value is (3,21,83). Sum of RGB (Red+Green+Blue) = 3+21+83=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #031553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031553 is #FCEAAC. Grayscale: #161616. Windows color (decimal): -16575149 or 5444867. OLE color: 5444867.

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

Color convert

RGB32183-
CMYK0.960.7500.67
HSL226.5º93.02%16.86%-
HSV(B)226.5º96.39%32.55%-
XYZ1.871.188.31-
YUV22.69162.04113.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=2.80%
G=19.63%
B=77.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal321830.960.7500.67226.593.0216.86
Hex31553604B043e25d11
Octal325123140113010334213521
Binary11101011010011110000010010110100001111100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031553; }

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

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

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

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

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

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

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

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