#142F70

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

Shades of Sapphire #142F70

Tints of Sapphire #142F70

Color information

#142F70 (or 0x142F70) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 70. RGB value is (20,47,112). Sum of RGB (Red+Green+Blue) = 20+47+112=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #142F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F70 is #EBD08F. Grayscale: #2E2E2E. Windows color (decimal): -15454352 or 7352084. OLE color: 7352084.

HSL color Cylindrical-coordinate representation of color #142F70: hue angle of 222.39º 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 #142F70 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2047112-
CMYK0.820.5800.56
HSL222.39º69.7%25.88%-
HSV(B)222.39º82.14%43.92%-
XYZ4.233.3515.75-
YUV46.34165.05109.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=11.17%
G=26.26%
B=62.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20471120.820.5800.56222.3969.725.88
Hex142F70523A038de461a
Octal24571601227207033610632
Binary1010010111111100001010010111010011100011011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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