#031B72

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

Shades of Sapphire #031B72

Tints of Sapphire #031B72

Color information

#031B72 (or 0x031B72) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 72. RGB value is (3,27,114). Sum of RGB (Red+Green+Blue) = 3+27+114=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #031B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B72 is #FCE48D. Grayscale: #1D1D1D. Windows color (decimal): -16573582 or 7478019. OLE color: 7478019.

HSL color Cylindrical-coordinate representation of color #031B72: hue angle of 227.03º 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 #031B72 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB327114-
CMYK0.970.7600.55
HSL227.03º94.87%22.94%-
HSV(B)227.03º97.37%44.71%-
XYZ3.472.0216.13-
YUV29.74175.55108.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=2.08%
G=18.75%
B=79.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3271140.970.7600.55227.0394.8722.94
Hex31B72614C037e35f17
Octal33316214111406734313727
Binary1111011111001011000011001100011011111100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B72; }

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

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

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

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

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

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

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

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