#143277

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

Shades of Sapphire #143277

Tints of Sapphire #143277

Color information

#143277 (or 0x143277) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 77. RGB value is (20,50,119). Sum of RGB (Red+Green+Blue) = 20+50+119=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #143277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143277 is #EBCD88. Grayscale: #303030. Windows color (decimal): -15453577 or 7811604. OLE color: 7811604.

HSL color Cylindrical-coordinate representation of color #143277: hue angle of 221.82º 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 #143277 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2050119-
CMYK0.830.5800.53
HSL221.82º71.22%27.25%-
HSV(B)221.82º83.19%46.67%-
XYZ4.763.7617.93-
YUV48.9167.56107.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=10.58%
G=26.46%
B=62.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20501190.830.5800.53221.8271.2227.25
Hex143277533A035de471b
Octal24621671237206533610733
Binary1010011001011101111010011111010011010111011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143277; }

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

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

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

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

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

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

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

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