#145767

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

Shades of Blue Stone #145767

Tints of Blue Stone #145767

Color information

#145767 (or 0x145767) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 67. RGB value is (20,87,103). Sum of RGB (Red+Green+Blue) = 20+87+103=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #145767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145767 is #EBA898. Grayscale: #444444. Windows color (decimal): -15444121 or 6772500. OLE color: 6772500.

HSL color Cylindrical-coordinate representation of color #145767: hue angle of 191.57º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145767 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2087103-
CMYK0.810.1600.60
HSL191.57º67.48%24.12%-
HSV(B)191.57º80.58%40.39%-
XYZ6.147.9414.04-
YUV68.79147.393.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=9.52%
G=41.43%
B=49.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20871030.810.1600.60191.5767.4824.12
Hex145767511003Cc04318
Octal241271471212007430010330
Binary1010010101111100111101000110000011110011000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145767; }

 p { color: rgb(20,87,103); }

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

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

 a { background-color: rgb(20,87,103); }

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

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

 span { border-color: rgb(20,87,103); }

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