#142553

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

Shades of Sapphire #142553

Tints of Sapphire #142553

Color information

#142553 (or 0x142553) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 53. RGB value is (20,37,83). Sum of RGB (Red+Green+Blue) = 20+37+83=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #142553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142553 is #EBDAAC. Grayscale: #242424. Windows color (decimal): -15456941 or 5448980. OLE color: 5448980.

HSL color Cylindrical-coordinate representation of color #142553: hue angle of 223.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142553 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203783-
CMYK0.760.5500.67
HSL223.81º61.17%20.2%-
HSV(B)223.81º75.9%32.55%-
XYZ2.512.18.46-
YUV37.16153.87115.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 83 (32.81% from 255) = 59.29%
R=14.29%
G=26.43%
B=59.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2037830.760.5500.67223.8161.1720.2
Hex1425534C37043e03d14
Octal24451231146701033407524
Binary1010010010110100111001100110111010000111110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142553; }

 p { color: rgb(20,37,83); }

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

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

 a { background-color: rgb(20,37,83); }

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

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

 span { border-color: rgb(20,37,83); }

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