#142558

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

Shades of Sapphire #142558

Tints of Sapphire #142558

Color information

#142558 (or 0x142558) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 58. RGB value is (20,37,88). Sum of RGB (Red+Green+Blue) = 20+37+88=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #142558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142558 is #EBDAA7. Grayscale: #252525. Windows color (decimal): -15456936 or 5776660. OLE color: 5776660.

HSL color Cylindrical-coordinate representation of color #142558: hue angle of 225º 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 #142558 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB203788-
CMYK0.770.5800.65
HSL225º62.96%21.18%-
HSV(B)225º77.27%34.51%-
XYZ2.712.189.51-
YUV37.73156.37115.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=13.79%
G=25.52%
B=60.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2037880.770.5800.6522562.9621.18
Hex1425584D3A041e13f15
Octal24451301157201013417725
Binary1010010010110110001001101111010010000011110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142558; }

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

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

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

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

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

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

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

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