#142668

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

Shades of Sapphire #142668

Tints of Sapphire #142668

Color information

#142668 (or 0x142668) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 68. RGB value is (20,38,104). Sum of RGB (Red+Green+Blue) = 20+38+104=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #142668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142668 is #EBD997. Grayscale: #272727. Windows color (decimal): -15456664 or 6825492. OLE color: 6825492.

HSL color Cylindrical-coordinate representation of color #142668: hue angle of 227.14º 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 #142668 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2038104-
CMYK0.810.6300.59
HSL227.14º67.74%24.31%-
HSV(B)227.14º80.77%40.78%-
XYZ3.482.5313.4-
YUV40.14164.04113.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=12.35%
G=23.46%
B=64.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20381040.810.6300.59227.1467.7424.31
Hex142668513F03Be34418
Octal24461501217707334310430
Binary1010010011011010001010001111111011101111100011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142668; }

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

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

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

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

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

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

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

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