#142C5C

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

Shades of Sapphire #142C5C

Tints of Sapphire #142C5C

Color information

#142C5C (or 0x142C5C) is unknown color: approx Sapphire. HEX triplet: 14, 2C and 5C. RGB value is (20,44,92). Sum of RGB (Red+Green+Blue) = 20+44+92=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #142C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C5C is #EBD3A3. Grayscale: #2A2A2A. Windows color (decimal): -15455140 or 6040596. OLE color: 6040596.

HSL color Cylindrical-coordinate representation of color #142C5C: hue angle of 220º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142C5C is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204492-
CMYK0.780.5200.64
HSL220º64.29%21.96%-
HSV(B)220º78.26%36.08%-
XYZ3.122.7210.49-
YUV42.3156.05112.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=12.82%
G=28.21%
B=58.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2044920.780.5200.6422064.2921.96
Hex142C5C4E34040dc4016
Octal245413411664010033410026
Binary10100101100101110010011101101000100000011011100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C5C; }

 p { color: rgb(20,44,92); }

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

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

 a { background-color: rgb(20,44,92); }

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

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

 span { border-color: rgb(20,44,92); }

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