#142B54

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

Shades of Sapphire #142B54

Tints of Sapphire #142B54

Color information

#142B54 (or 0x142B54) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 54. RGB value is (20,43,84). Sum of RGB (Red+Green+Blue) = 20+43+84=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #142B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B54 is #EBD4AB. Grayscale: #282828. Windows color (decimal): -15455404 or 5516052. OLE color: 5516052.

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

Color convert

RGB204384-
CMYK0.760.4900.67
HSL218.44º61.54%20.39%-
HSV(B)218.44º76.19%32.94%-
XYZ2.752.528.73-
YUV40.8152.38113.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=13.61%
G=29.25%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2043840.760.4900.67218.4461.5420.39
Hex142B544C31043da3e14
Octal24531241146101033327624
Binary1010010101110101001001100110001010000111101101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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