#142B67

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

Shades of Sapphire #142B67

Tints of Sapphire #142B67

Color information

#142B67 (or 0x142B67) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 67. RGB value is (20,43,103). Sum of RGB (Red+Green+Blue) = 20+43+103=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #142B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B67 is #EBD498. Grayscale: #2A2A2A. Windows color (decimal): -15455385 or 6761236. OLE color: 6761236.

HSL color Cylindrical-coordinate representation of color #142B67: hue angle of 223.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142B67 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2043103-
CMYK0.810.5800.60
HSL223.37º67.48%24.12%-
HSV(B)223.37º80.58%40.39%-
XYZ3.62.8613.19-
YUV42.96161.88111.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=12.05%
G=25.90%
B=62.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20431030.810.5800.60223.3767.4824.12
Hex142B67513A03Cdf4318
Octal24531471217207433710330
Binary1010010101111001111010001111010011110011011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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