#145863

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

Shades of Blue Stone #145863

Tints of Blue Stone #145863

Color information

#145863 (or 0x145863) is unknown color: approx Blue Stone. HEX triplet: 14, 58 and 63. RGB value is (20,88,99). Sum of RGB (Red+Green+Blue) = 20+88+99=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #145863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145863 is #EBA79C. Grayscale: #444444. Windows color (decimal): -15443869 or 6510612. OLE color: 6510612.

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

Color convert

RGB208899-
CMYK0.800.1100.61
HSL188.35º66.39%23.33%-
HSV(B)188.35º79.8%38.82%-
XYZ6.038.0313.04-
YUV68.92144.9793.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=9.66%
G=42.51%
B=47.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2088990.800.1100.61188.3566.3923.33
Hex14586350B03Dbc4217
Octal241301431201307527410227
Binary101001011000110001110100001011011110110111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145863; }

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

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

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

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

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

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

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

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