#145358

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

Shades of Blue Stone #145358

Tints of Blue Stone #145358

Color information

#145358 (or 0x145358) is unknown color: approx Blue Stone. HEX triplet: 14, 53 and 58. RGB value is (20,83,88). Sum of RGB (Red+Green+Blue) = 20+83+88=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #145358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145358 is #EBACA7. Grayscale: #404040. Windows color (decimal): -15445160 or 5788436. OLE color: 5788436.

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

Color convert

RGB208388-
CMYK0.770.0600.65
HSL184.41º62.96%21.18%-
HSV(B)184.41º77.27%34.51%-
XYZ5.147.0410.32-
YUV64.73141.1396.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=10.47%
G=43.46%
B=46.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2083880.770.0600.65184.4162.9621.18
Hex1453584D6041b83f15
Octal24123130115601012707725
Binary10100101001110110001001101110010000011011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145358; }

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

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

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

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

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

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

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

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