#142978

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

Shades of Sapphire #142978

Tints of Sapphire #142978

Color information

#142978 (or 0x142978) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 78. RGB value is (20,41,120). Sum of RGB (Red+Green+Blue) = 20+41+120=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #142978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142978 is #EBD687. Grayscale: #2B2B2B. Windows color (decimal): -15455880 or 7874836. OLE color: 7874836.

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

Color convert

RGB2041120-
CMYK0.830.6600.53
HSL227.4º71.43%27.45%-
HSV(B)227.4º83.33%47.06%-
XYZ4.473.0918.13-
YUV43.73171.04111.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=11.05%
G=22.65%
B=66.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20411200.830.6600.53227.471.4327.45
Hex1429785342035e3471b
Octal245117012310206534310733
Binary10100101001111100010100111000010011010111100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142978; }

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

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

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

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

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

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

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

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