#142B53

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

Shades of Sapphire #142B53

Tints of Sapphire #142B53

Color information

#142B53 (or 0x142B53) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 53. RGB value is (20,43,83). Sum of RGB (Red+Green+Blue) = 20+43+83=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #142B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B53 is #EBD4AC. Grayscale: #282828. Windows color (decimal): -15455405 or 5450516. OLE color: 5450516.

HSL color Cylindrical-coordinate representation of color #142B53: hue angle of 218.1º 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 #142B53 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB204383-
CMYK0.760.4800.67
HSL218.1º61.17%20.2%-
HSV(B)218.1º75.9%32.55%-
XYZ2.712.58.52-
YUV40.68151.88113.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=13.70%
G=29.45%
B=56.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2043830.760.4800.67218.161.1720.2
Hex142B534C30043da3d14
Octal24531231146001033327524
Binary1010010101110100111001100110000010000111101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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