#143270

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

Shades of Sapphire #143270

Tints of Sapphire #143270

Color information

#143270 (or 0x143270) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 70. RGB value is (20,50,112). Sum of RGB (Red+Green+Blue) = 20+50+112=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #143270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143270 is #EBCD8F. Grayscale: #2F2F2F. Windows color (decimal): -15453584 or 7352852. OLE color: 7352852.

HSL color Cylindrical-coordinate representation of color #143270: hue angle of 220.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143270 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2050112-
CMYK0.820.5500.56
HSL220.43º69.7%25.88%-
HSV(B)220.43º82.14%43.92%-
XYZ4.353.615.79-
YUV48.1164.06107.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=10.99%
G=27.47%
B=61.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20501120.820.5500.56220.4369.725.88
Hex1432705237038dc461a
Octal24621601226707033410632
Binary1010011001011100001010010110111011100011011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143270; }

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

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

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

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

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

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

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

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