#031472

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

Shades of Sapphire #031472

Tints of Sapphire #031472

Color information

#031472 (or 0x031472) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 72. RGB value is (3,20,114). Sum of RGB (Red+Green+Blue) = 3+20+114=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #031472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031472 is #FCEB8D. Grayscale: #191919. Windows color (decimal): -16575374 or 7476227. OLE color: 7476227.

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

Color convert

RGB320114-
CMYK0.970.8200.55
HSL230.81º94.87%22.94%-
HSV(B)230.81º97.37%44.71%-
XYZ3.321.7316.08-
YUV25.63177.87111.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 114 (44.92% from 255) = 83.21%
R=2.19%
G=14.60%
B=83.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3201140.970.8200.55230.8194.8722.94
Hex314726152037e75f17
Octal32416214112206734713727
Binary1110100111001011000011010010011011111100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031472; }

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

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

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

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

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

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

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

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