#031568

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

Shades of Sapphire #031568

Tints of Sapphire #031568

Color information

#031568 (or 0x031568) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 68. RGB value is (3,21,104). Sum of RGB (Red+Green+Blue) = 3+21+104=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #031568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031568 is #FCEA97. Grayscale: #181818. Windows color (decimal): -16575128 or 6821123. OLE color: 6821123.

HSL color Cylindrical-coordinate representation of color #031568: hue angle of 229.31º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031568 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB321104-
CMYK0.970.8000.59
HSL229.31º94.39%20.98%-
HSV(B)229.31º97.12%40.78%-
XYZ2.81.5613.25-
YUV25.08172.54112.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 104 (41.02% from 255) = 81.25%
R=2.34%
G=16.41%
B=81.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3211040.970.8000.59229.3194.3920.98
Hex31568615003Be55e15
Octal32515014112007334513625
Binary1110101110100011000011010000011101111100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031568; }

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

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

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

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

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

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

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

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