#143073

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

Shades of Sapphire #143073

Tints of Sapphire #143073

Color information

#143073 (or 0x143073) is unknown color: approx Sapphire. HEX triplet: 14, 30 and 73. RGB value is (20,48,115). Sum of RGB (Red+Green+Blue) = 20+48+115=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #143073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143073 is #EBCF8C. Grayscale: #2E2E2E. Windows color (decimal): -15454093 or 7548948. OLE color: 7548948.

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

Color convert

RGB2048115-
CMYK0.830.5800.55
HSL222.32º70.37%26.47%-
HSV(B)222.32º82.61%45.1%-
XYZ4.443.516.66-
YUV47.27166.22108.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=10.93%
G=26.23%
B=62.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20481150.830.5800.55222.3270.3726.47
Hex143073533A037de461a
Octal24601631237206733610632
Binary1010011000011100111010011111010011011111011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143073; }

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

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

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

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

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

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

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

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