#142E67

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

Shades of Sapphire #142E67

Tints of Sapphire #142E67

Color information

#142E67 (or 0x142E67) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 67. RGB value is (20,46,103). Sum of RGB (Red+Green+Blue) = 20+46+103=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #142E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E67 is #EBD198. Grayscale: #2C2C2C. Windows color (decimal): -15454617 or 6762004. OLE color: 6762004.

HSL color Cylindrical-coordinate representation of color #142E67: hue angle of 221.2º 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 #142E67 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2046103-
CMYK0.810.5500.60
HSL221.2º67.48%24.12%-
HSV(B)221.2º80.58%40.39%-
XYZ3.713.0813.23-
YUV44.72160.89110.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=11.83%
G=27.22%
B=60.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20461030.810.5500.60221.267.4824.12
Hex142E67513703Cdd4318
Octal24561471216707433510330
Binary1010010111011001111010001110111011110011011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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