#142C79

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

Shades of Sapphire #142C79

Tints of Sapphire #142C79

Color information

#142C79 (or 0x142C79) is unknown color: approx Sapphire. HEX triplet: 14, 2C and 79. RGB value is (20,44,121). Sum of RGB (Red+Green+Blue) = 20+44+121=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #142C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C79 is #EBD386. Grayscale: #2D2D2D. Windows color (decimal): -15455111 or 7941140. OLE color: 7941140.

HSL color Cylindrical-coordinate representation of color #142C79: hue angle of 225.74º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142C79 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2044121-
CMYK0.830.6400.53
HSL225.74º71.63%27.65%-
HSV(B)225.74º83.47%47.45%-
XYZ4.643.3318.49-
YUV45.6170.55109.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=10.81%
G=23.78%
B=65.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20441210.830.6400.53225.7471.6327.65
Hex142C795340035e2481c
Octal245417112310006534211034
Binary10100101100111100110100111000000011010111100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,44,121); }

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

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

 a { background-color: rgb(20,44,121); }

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

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

 span { border-color: rgb(20,44,121); }

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