#143075

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

Shades of Sapphire #143075

Tints of Sapphire #143075

Color information

#143075 (or 0x143075) is unknown color: approx Sapphire. HEX triplet: 14, 30 and 75. RGB value is (20,48,117). Sum of RGB (Red+Green+Blue) = 20+48+117=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #143075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143075 is #EBCF8A. Grayscale: #2F2F2F. Windows color (decimal): -15454091 or 7680020. OLE color: 7680020.

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

Color convert

RGB2048117-
CMYK0.830.5900.54
HSL222.68º70.8%26.86%-
HSV(B)222.68º82.91%45.88%-
XYZ4.563.5517.27-
YUV47.49167.22108.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=10.81%
G=25.95%
B=63.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20481170.830.5900.54222.6870.826.86
Hex143075533B036df471b
Octal24601651237306633710733
Binary1010011000011101011010011111011011011011011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143075; }

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

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

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

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

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

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

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

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