#031068

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

Shades of Sapphire #031068

Tints of Sapphire #031068

Color information

#031068 (or 0x031068) is unknown color: approx Sapphire. HEX triplet: 03, 10 and 68. RGB value is (3,16,104). Sum of RGB (Red+Green+Blue) = 3+16+104=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #031068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031068 is #FCEF97. Grayscale: #151515. Windows color (decimal): -16576408 or 6819843. OLE color: 6819843.

HSL color Cylindrical-coordinate representation of color #031068: hue angle of 232.28º 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 #031068 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB316104-
CMYK0.970.8500.59
HSL232.28º94.39%20.98%-
HSV(B)232.28º97.12%40.78%-
XYZ2.721.3913.22-
YUV22.14174.19114.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 104 (41.02% from 255) = 84.55%
R=2.44%
G=13.01%
B=84.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3161040.970.8500.59232.2894.3920.98
Hex31068615503Be85e15
Octal32015014112507335013625
Binary1110000110100011000011010101011101111101000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031068; }

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

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

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

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

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

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

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

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