#142358

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

Shades of Sapphire #142358

Tints of Sapphire #142358

Color information

#142358 (or 0x142358) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 58. RGB value is (20,35,88). Sum of RGB (Red+Green+Blue) = 20+35+88=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #142358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142358 is #EBDCA7. Grayscale: #242424. Windows color (decimal): -15457448 or 5776148. OLE color: 5776148.

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

Color convert

RGB203588-
CMYK0.770.6000.65
HSL226.76º62.96%21.18%-
HSV(B)226.76º77.27%34.51%-
XYZ2.652.069.49-
YUV36.56157.03116.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=13.99%
G=24.48%
B=61.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2035880.770.6000.65226.7662.9621.18
Hex1423584D3C041e33f15
Octal24431301157401013437725
Binary1010010001110110001001101111100010000011110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142358; }

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

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

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

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

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

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

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

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