#031668

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

Shades of Sapphire #031668

Tints of Sapphire #031668

Color information

#031668 (or 0x031668) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 68. RGB value is (3,22,104). Sum of RGB (Red+Green+Blue) = 3+22+104=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #031668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031668 is #FCE997. Grayscale: #191919. Windows color (decimal): -16574872 or 6821379. OLE color: 6821379.

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

Color convert

RGB322104-
CMYK0.970.7900.59
HSL228.71º94.39%20.98%-
HSV(B)228.71º97.12%40.78%-
XYZ2.821.5913.26-
YUV25.67172.21111.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 104 (41.02% from 255) = 80.62%
R=2.33%
G=17.05%
B=80.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3221040.970.7900.59228.7194.3920.98
Hex31668614F03Be55e15
Octal32615014111707334513625
Binary1110110110100011000011001111011101111100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031668; }

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

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

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

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

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

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

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

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