#142F6F

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

Shades of Sapphire #142F6F

Tints of Sapphire #142F6F

Color information

#142F6F (or 0x142F6F) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 6F. RGB value is (20,47,111). Sum of RGB (Red+Green+Blue) = 20+47+111=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #142F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F6F is #EBD090. Grayscale: #2D2D2D. Windows color (decimal): -15454353 or 7286548. OLE color: 7286548.

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

Color convert

RGB2047111-
CMYK0.820.5800.56
HSL222.2º69.47%25.69%-
HSV(B)222.2º81.98%43.53%-
XYZ4.173.3315.46-
YUV46.22164.55109.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=11.24%
G=26.40%
B=62.36%

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
Decimal20471110.820.5800.56222.269.4725.69
Hex142F6F523A038de451a
Octal24571571227207033610532
Binary1010010111111011111010010111010011100011011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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