#142552

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

Shades of Sapphire #142552

Tints of Sapphire #142552

Color information

#142552 (or 0x142552) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 52. RGB value is (20,37,82). Sum of RGB (Red+Green+Blue) = 20+37+82=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #142552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142552 is #EBDAAD. Grayscale: #242424. Windows color (decimal): -15456942 or 5383444. OLE color: 5383444.

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

Color convert

RGB203782-
CMYK0.760.5500.68
HSL223.55º60.78%20%-
HSV(B)223.55º75.61%32.16%-
XYZ2.472.088.25-
YUV37.05153.37115.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 82 (32.42% from 255) = 58.99%
R=14.39%
G=26.62%
B=58.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2037820.760.5500.68223.5560.7820
Hex1425524C37044e03d14
Octal24451221146701043407524
Binary1010010010110100101001100110111010001001110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142552; }

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

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

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

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

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

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

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

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