#142974

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

Shades of Sapphire #142974

Tints of Sapphire #142974

Color information

#142974 (or 0x142974) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 74. RGB value is (20,41,116). Sum of RGB (Red+Green+Blue) = 20+41+116=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #142974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142974 is #EBD68B. Grayscale: #2A2A2A. Windows color (decimal): -15455884 or 7612692. OLE color: 7612692.

HSL color Cylindrical-coordinate representation of color #142974: hue angle of 226.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142974 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2041116-
CMYK0.830.6500.55
HSL226.88º70.59%26.67%-
HSV(B)226.88º82.76%45.49%-
XYZ4.23316.88-
YUV43.27169.04111.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 116 (45.70% from 255) = 65.54%
R=11.30%
G=23.16%
B=65.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20411160.830.6500.55226.8870.5926.67
Hex1429745341037e3471b
Octal245116412310106734310733
Binary10100101001111010010100111000001011011111100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142974; }

 p { color: rgb(20,41,116); }

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

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

 a { background-color: rgb(20,41,116); }

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

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

 span { border-color: rgb(20,41,116); }

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