#142768

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

Shades of Sapphire #142768

Tints of Sapphire #142768

Color information

#142768 (or 0x142768) is unknown color: approx Sapphire. HEX triplet: 14, 27 and 68. RGB value is (20,39,104). Sum of RGB (Red+Green+Blue) = 20+39+104=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #142768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142768 is #EBD897. Grayscale: #282828. Windows color (decimal): -15456408 or 6825748. OLE color: 6825748.

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

Color convert

RGB2039104-
CMYK0.810.6200.59
HSL226.43º67.74%24.31%-
HSV(B)226.43º80.77%40.78%-
XYZ3.512.613.41-
YUV40.73163.71113.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=12.27%
G=23.93%
B=63.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20391040.810.6200.59226.4367.7424.31
Hex142768513E03Be24418
Octal24471501217607334210430
Binary1010010011111010001010001111110011101111100010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142768; }

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

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

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

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

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

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

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

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