#142862

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

Shades of Sapphire #142862

Tints of Sapphire #142862

Color information

#142862 (or 0x142862) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 62. RGB value is (20,40,98). Sum of RGB (Red+Green+Blue) = 20+40+98=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #142862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142862 is #EBD79D. Grayscale: #282828. Windows color (decimal): -15456158 or 6432788. OLE color: 6432788.

HSL color Cylindrical-coordinate representation of color #142862: hue angle of 224.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142862 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204098-
CMYK0.800.5900.62
HSL224.62º66.1%23.14%-
HSV(B)224.62º79.59%38.43%-
XYZ3.252.5511.88-
YUV40.63160.37113.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=12.66%
G=25.32%
B=62.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2040980.800.5900.62224.6266.123.14
Hex142862503B03Ee14217
Octal24501421207307634110227
Binary1010010100011000101010000111011011111011100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142862; }

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

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

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

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

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

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

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

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