#143372

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

Shades of Sapphire #143372

Tints of Sapphire #143372

Color information

#143372 (or 0x143372) is unknown color: approx Sapphire. HEX triplet: 14, 33 and 72. RGB value is (20,51,114). Sum of RGB (Red+Green+Blue) = 20+51+114=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #143372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143372 is #EBCC8D. Grayscale: #303030. Windows color (decimal): -15453326 or 7484180. OLE color: 7484180.

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

Color convert

RGB2051114-
CMYK0.820.5500.55
HSL220.21º70.15%26.27%-
HSV(B)220.21º82.46%44.71%-
XYZ4.513.7316.4-
YUV48.91164.73107.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=10.81%
G=27.57%
B=61.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20511140.820.5500.55220.2170.1526.27
Hex1433725237037dc461a
Octal24631621226706733410632
Binary1010011001111100101010010110111011011111011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143372; }

 p { color: rgb(20,51,114); }

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

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

 a { background-color: rgb(20,51,114); }

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

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

 span { border-color: rgb(20,51,114); }

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