#1895AE

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

Shades of Pelorous #1895AE

Tints of Pelorous #1895AE

Color information

#1895AE (or 0x1895AE) is unknown color: approx Pelorous. HEX triplet: 18, 95 and AE. RGB value is (24,149,174). Sum of RGB (Red+Green+Blue) = 24+149+174=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #1895AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1895AE is #E76A51. Grayscale: #727272. Windows color (decimal): -15166034 or 11441432. OLE color: 11441432.

HSL color Cylindrical-coordinate representation of color #1895AE: hue angle of 190º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1895AE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB24149174-
CMYK0.860.1400.32
HSL190º75.76%38.82%-
HSV(B)190º86.21%68.24%-
XYZ18.7624.7543.83-
YUV114.48161.5963.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.92%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=6.92%
G=42.94%
B=50.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241491740.860.1400.3219075.7638.82
Hex1895AE56E020be4c27
Octal302252561261604027611447
Binary110001001010110101110101011011100100000101111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1895AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1895AE; }

 p { color: rgb(24,149,174); }

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

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

 a { background-color: rgb(24,149,174); }

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

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

 span { border-color: rgb(24,149,174); }

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