#031368

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

Shades of Sapphire #031368

Tints of Sapphire #031368

Color information

#031368 (or 0x031368) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 68. RGB value is (3,19,104). Sum of RGB (Red+Green+Blue) = 3+19+104=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #031368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031368 is #FCEC97. Grayscale: #171717. Windows color (decimal): -16575640 or 6820611. OLE color: 6820611.

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

Color convert

RGB319104-
CMYK0.970.8200.59
HSL230.5º94.39%20.98%-
HSV(B)230.5º97.12%40.78%-
XYZ2.771.4813.24-
YUV23.91173.2113.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 104 (41.02% from 255) = 82.54%
R=2.38%
G=15.08%
B=82.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3191040.970.8200.59230.594.3920.98
Hex31368615203Be65e15
Octal32315014112207334613625
Binary1110011110100011000011010010011101111100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031368; }

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

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

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

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

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

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

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

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