#1898B1

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

Shades of Pelorous #1898B1

Tints of Pelorous #1898B1

Color information

#1898B1 (or 0x1898B1) is unknown color: approx Pelorous. HEX triplet: 18, 98 and B1. RGB value is (24,152,177). Sum of RGB (Red+Green+Blue) = 24+152+177=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #1898B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1898B1 is #E7674E. Grayscale: #747474. Windows color (decimal): -15165263 or 11638808. OLE color: 11638808.

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

Color convert

RGB24152177-
CMYK0.860.1400.31
HSL189.8º76.12%39.41%-
HSV(B)189.8º86.44%69.41%-
XYZ19.5425.8245.55-
YUV116.58162.0961.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.80%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=6.80%
G=43.06%
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.31
SystemRedGreenBlueCMYKHSL
Decimal241521770.860.1400.31189.876.1239.41
Hex1898B156E01Fbe4c27
Octal302302611261603727611447
Binary11000100110001011000110101101110011111101111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1898B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1898B1; }

 p { color: rgb(24,152,177); }

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

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

 a { background-color: rgb(24,152,177); }

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

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

 span { border-color: rgb(24,152,177); }

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