#142268

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

Shades of Sapphire #142268

Tints of Sapphire #142268

Color information

#142268 (or 0x142268) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 68. RGB value is (20,34,104). Sum of RGB (Red+Green+Blue) = 20+34+104=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #142268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142268 is #EBDD97. Grayscale: #252525. Windows color (decimal): -15457688 or 6824468. OLE color: 6824468.

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

Color convert

RGB2034104-
CMYK0.810.6700.59
HSL230º67.74%24.31%-
HSV(B)230º80.77%40.78%-
XYZ3.362.2913.36-
YUV37.79165.36115.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 104 (41.02% from 255) = 65.82%
R=12.66%
G=21.52%
B=65.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20341040.810.6700.5923067.7424.31
Hex142268514303Be64418
Octal244215012110307334610430
Binary10100100010110100010100011000011011101111100110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142268; }

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

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

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

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

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

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

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

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