#142865

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

Shades of Sapphire #142865

Tints of Sapphire #142865

Color information

#142865 (or 0x142865) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 65. RGB value is (20,40,101). Sum of RGB (Red+Green+Blue) = 20+40+101=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #142865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142865 is #EBD79A. Grayscale: #282828. Windows color (decimal): -15456155 or 6629396. OLE color: 6629396.

HSL color Cylindrical-coordinate representation of color #142865: hue angle of 225.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142865 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2040101-
CMYK0.800.6000.60
HSL225.19º66.94%23.73%-
HSV(B)225.19º80.2%39.61%-
XYZ3.42.6112.64-
YUV40.97161.87113.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 101 (39.84% from 255) = 62.73%
R=12.42%
G=24.84%
B=62.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20401010.800.6000.60225.1966.9423.73
Hex142865503C03Ce14318
Octal24501451207407434110330
Binary1010010100011001011010000111100011110011100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142865; }

 p { color: rgb(20,40,101); }

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

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

 a { background-color: rgb(20,40,101); }

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

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

 span { border-color: rgb(20,40,101); }

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