#142458

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

Shades of Sapphire #142458

Tints of Sapphire #142458

Color information

#142458 (or 0x142458) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 58. RGB value is (20,36,88). Sum of RGB (Red+Green+Blue) = 20+36+88=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #142458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142458 is #EBDBA7. Grayscale: #242424. Windows color (decimal): -15457192 or 5776404. OLE color: 5776404.

HSL color Cylindrical-coordinate representation of color #142458: hue angle of 225.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142458 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB203688-
CMYK0.770.5900.65
HSL225.88º62.96%21.18%-
HSV(B)225.88º77.27%34.51%-
XYZ2.682.129.5-
YUV37.14156.7115.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=13.89%
G=25%
B=61.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2036880.770.5900.65225.8862.9621.18
Hex1424584D3B041e23f15
Octal24441301157301013427725
Binary1010010010010110001001101111011010000011110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142458; }

 p { color: rgb(20,36,88); }

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

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

 a { background-color: rgb(20,36,88); }

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

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

 span { border-color: rgb(20,36,88); }

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