#143477

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

Shades of Sapphire #143477

Tints of Sapphire #143477

Color information

#143477 (or 0x143477) is unknown color: approx Sapphire. HEX triplet: 14, 34 and 77. RGB value is (20,52,119). Sum of RGB (Red+Green+Blue) = 20+52+119=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #143477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143477 is #EBCB88. Grayscale: #313131. Windows color (decimal): -15453065 or 7812116. OLE color: 7812116.

HSL color Cylindrical-coordinate representation of color #143477: hue angle of 220.61º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143477 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2052119-
CMYK0.830.5600.53
HSL220.61º71.22%27.25%-
HSV(B)220.61º83.19%46.67%-
XYZ4.853.9417.96-
YUV50.07166.9106.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=10.47%
G=27.23%
B=62.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20521190.830.5600.53220.6171.2227.25
Hex1434775338035dd471b
Octal24641671237006533510733
Binary1010011010011101111010011111000011010111011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143477; }

 p { color: rgb(20,52,119); }

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

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

 a { background-color: rgb(20,52,119); }

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

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

 span { border-color: rgb(20,52,119); }

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