#143260

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

Shades of Sapphire #143260

Tints of Sapphire #143260

Color information

#143260 (or 0x143260) is unknown color: approx Sapphire. HEX triplet: 14, 32 and 60. RGB value is (20,50,96). Sum of RGB (Red+Green+Blue) = 20+50+96=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #143260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143260 is #EBCD9F. Grayscale: #2E2E2E. Windows color (decimal): -15453600 or 6304276. OLE color: 6304276.

HSL color Cylindrical-coordinate representation of color #143260: hue angle of 216.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143260 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205096-
CMYK0.790.4800.62
HSL216.32º65.52%22.75%-
HSV(B)216.32º79.17%37.65%-
XYZ3.543.2711.51-
YUV46.27156.06109.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=12.05%
G=30.12%
B=57.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2050960.790.4800.62216.3265.5222.75
Hex1432604F3003Ed84217
Octal24621401176007633010227
Binary1010011001011000001001111110000011111011011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143260; }

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

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

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

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

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

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

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

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