#143575

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

Shades of Sapphire #143575

Tints of Sapphire #143575

Color information

#143575 (or 0x143575) is unknown color: approx Sapphire. HEX triplet: 14, 35 and 75. RGB value is (20,53,117). Sum of RGB (Red+Green+Blue) = 20+53+117=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #143575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143575 is #EBCA8A. Grayscale: #323232. Windows color (decimal): -15452811 or 7681300. OLE color: 7681300.

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

Color convert

RGB2053117-
CMYK0.830.5500.54
HSL219.59º70.8%26.86%-
HSV(B)219.59º82.91%45.88%-
XYZ4.773.9817.35-
YUV50.43165.57106.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=10.53%
G=27.89%
B=61.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20531170.830.5500.54219.5970.826.86
Hex1435755337036dc471b
Octal24651651236706633410733
Binary1010011010111101011010011110111011011011011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143575; }

 p { color: rgb(20,53,117); }

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

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

 a { background-color: rgb(20,53,117); }

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

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

 span { border-color: rgb(20,53,117); }

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