#142C68

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

Shades of Sapphire #142C68

Tints of Sapphire #142C68

Color information

#142C68 (or 0x142C68) is unknown color: approx Sapphire. HEX triplet: 14, 2C and 68. RGB value is (20,44,104). Sum of RGB (Red+Green+Blue) = 20+44+104=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #142C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C68 is #EBD397. Grayscale: #2B2B2B. Windows color (decimal): -15455128 or 6827028. OLE color: 6827028.

HSL color Cylindrical-coordinate representation of color #142C68: hue angle of 222.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142C68 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2044104-
CMYK0.810.5800.59
HSL222.86º67.74%24.31%-
HSV(B)222.86º80.77%40.78%-
XYZ3.692.9513.47-
YUV43.66162.05111.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=11.90%
G=26.19%
B=61.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20441040.810.5800.59222.8667.7424.31
Hex142C68513A03Bdf4418
Octal24541501217207333710430
Binary1010010110011010001010001111010011101111011111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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