#031372

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

Shades of Sapphire #031372

Tints of Sapphire #031372

Color information

#031372 (or 0x031372) is unknown color: approx Sapphire. HEX triplet: 03, 13 and 72. RGB value is (3,19,114). Sum of RGB (Red+Green+Blue) = 3+19+114=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #031372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031372 is #FCEC8D. Grayscale: #181818. Windows color (decimal): -16575630 or 7475971. OLE color: 7475971.

HSL color Cylindrical-coordinate representation of color #031372: hue angle of 231.35º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031372 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB319114-
CMYK0.970.8300.55
HSL231.35º94.87%22.94%-
HSV(B)231.35º97.37%44.71%-
XYZ3.311.716.07-
YUV25.05178.2112.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=2.21%
G=13.97%
B=83.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3191140.970.8300.55231.3594.8722.94
Hex313726153037e75f17
Octal32316214112306734713727
Binary1110011111001011000011010011011011111100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031372; }

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

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

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

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

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

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

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

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