#142B52

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

Shades of Sapphire #142B52

Tints of Sapphire #142B52

Color information

#142B52 (or 0x142B52) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 52. RGB value is (20,43,82). Sum of RGB (Red+Green+Blue) = 20+43+82=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #142B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B52 is #EBD4AD. Grayscale: #282828. Windows color (decimal): -15455406 or 5384980. OLE color: 5384980.

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

Color convert

RGB204382-
CMYK0.760.4800.68
HSL217.74º60.78%20%-
HSV(B)217.74º75.61%32.16%-
XYZ2.682.498.32-
YUV40.57151.38113.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=13.79%
G=29.66%
B=56.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2043820.760.4800.68217.7460.7820
Hex142B524C30044da3d14
Octal24531221146001043327524
Binary1010010101110100101001100110000010001001101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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