#142F78

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

Shades of Sapphire #142F78

Tints of Sapphire #142F78

Color information

#142F78 (or 0x142F78) is unknown color: approx Sapphire. HEX triplet: 14, 2F and 78. RGB value is (20,47,120). Sum of RGB (Red+Green+Blue) = 20+47+120=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #142F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F78 is #EBD087. Grayscale: #2E2E2E. Windows color (decimal): -15454344 or 7876372. OLE color: 7876372.

HSL color Cylindrical-coordinate representation of color #142F78: hue angle of 223.8º 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 #142F78 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2047120-
CMYK0.830.6100.53
HSL223.8º71.43%27.45%-
HSV(B)223.8º83.33%47.06%-
XYZ4.73.5418.2-
YUV47.25169.05108.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=10.70%
G=25.13%
B=64.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20471200.830.6100.53223.871.4327.45
Hex142F78533D035e0471b
Octal24571701237506534010733
Binary1010010111111110001010011111101011010111100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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