#142352

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

Shades of Sapphire #142352

Tints of Sapphire #142352

Color information

#142352 (or 0x142352) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 52. RGB value is (20,35,82). Sum of RGB (Red+Green+Blue) = 20+35+82=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #142352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142352 is #EBDCAD. Grayscale: #232323. Windows color (decimal): -15457454 or 5382932. OLE color: 5382932.

HSL color Cylindrical-coordinate representation of color #142352: hue angle of 225.48º 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 #142352 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB203582-
CMYK0.760.5700.68
HSL225.48º60.78%20%-
HSV(B)225.48º75.61%32.16%-
XYZ2.411.968.23-
YUV35.87154.03116.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=14.60%
G=25.55%
B=59.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2035820.760.5700.68225.4860.7820
Hex1423524C39044e13d14
Octal24431221147101043417524
Binary1010010001110100101001100111001010001001110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142352; }

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

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

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

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

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

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

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

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