#142B5D

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

Shades of Sapphire #142B5D

Tints of Sapphire #142B5D

Color information

#142B5D (or 0x142B5D) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 5D. RGB value is (20,43,93). Sum of RGB (Red+Green+Blue) = 20+43+93=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #142B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B5D is #EBD4A2. Grayscale: #292929. Windows color (decimal): -15455395 or 6105876. OLE color: 6105876.

HSL color Cylindrical-coordinate representation of color #142B5D: hue angle of 221.1º degrees, saturation: 0.65, 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 #142B5D is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB204393-
CMYK0.780.5400.64
HSL221.1º64.6%22.16%-
HSV(B)221.1º78.49%36.47%-
XYZ3.132.6710.71-
YUV41.82156.88112.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=12.82%
G=27.56%
B=59.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2043930.780.5400.64221.164.622.16
Hex142B5D4E36040dd4116
Octal245313511666010033510126
Binary10100101011101110110011101101100100000011011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,43,93); }

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

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

 a { background-color: rgb(20,43,93); }

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

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

 span { border-color: rgb(20,43,93); }

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