#142568

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

Shades of Sapphire #142568

Tints of Sapphire #142568

Color information

#142568 (or 0x142568) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 68. RGB value is (20,37,104). Sum of RGB (Red+Green+Blue) = 20+37+104=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #142568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142568 is #EBDA97. Grayscale: #272727. Windows color (decimal): -15456920 or 6825236. OLE color: 6825236.

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

Color convert

RGB2037104-
CMYK0.810.6400.59
HSL227.86º67.74%24.31%-
HSV(B)227.86º80.77%40.78%-
XYZ3.452.4713.39-
YUV39.56164.37114.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=12.42%
G=22.98%
B=64.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20371040.810.6400.59227.8667.7424.31
Hex142568514003Be44418
Octal244515012110007334410430
Binary10100100101110100010100011000000011101111100100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142568; }

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

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

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

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

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

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

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

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