#142E70

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

Shades of Sapphire #142E70

Tints of Sapphire #142E70

Color information

#142E70 (or 0x142E70) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 70. RGB value is (20,46,112). Sum of RGB (Red+Green+Blue) = 20+46+112=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #142E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E70 is #EBD18F. Grayscale: #2D2D2D. Windows color (decimal): -15454608 or 7351828. OLE color: 7351828.

HSL color Cylindrical-coordinate representation of color #142E70: hue angle of 223.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142E70 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2046112-
CMYK0.820.5900.56
HSL223.04º69.7%25.88%-
HSV(B)223.04º82.14%43.92%-
XYZ4.193.2715.74-
YUV45.75165.39109.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=11.24%
G=25.84%
B=62.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20461120.820.5900.56223.0469.725.88
Hex142E70523B038df461a
Octal24561601227307033710632
Binary1010010111011100001010010111011011100011011111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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