#143181

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

Shades of Sapphire #143181

Tints of Sapphire #143181

Color information

#143181 (or 0x143181) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 81. RGB value is (20,49,129). Sum of RGB (Red+Green+Blue) = 20+49+129=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #143181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143181 is #EBCE7E. Grayscale: #313131. Windows color (decimal): -15453823 or 8466708. OLE color: 8466708.

HSL color Cylindrical-coordinate representation of color #143181: hue angle of 224.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143181 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2049129-
CMYK0.840.6200.49
HSL224.04º73.15%29.22%-
HSV(B)224.04º84.5%50.59%-
XYZ5.353.9321.25-
YUV49.45172.89107-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 129 (50.78% from 255) = 65.15%
R=10.10%
G=24.75%
B=65.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20491290.840.6200.49224.0473.1529.22
Hex143181543E031e0491d
Octal24612011247606134011135
Binary10100110001100000011010100111110011000111100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143181; }

 p { color: rgb(20,49,129); }

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

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

 a { background-color: rgb(20,49,129); }

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

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

 span { border-color: rgb(20,49,129); }

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