#198aaf

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

Shades of Pelorous #198AAF

Tints of Pelorous #198AAF

Color information

#198AAF (or 0x198AAF) is unknown color: approx Pelorous. HEX triplet: 19, 8A and AF. RGB value is (25,138,175). Sum of RGB (Red+Green+Blue) = 25+138+175=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #198AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AAF is #E67550. Grayscale: #6C6C6C. Windows color (decimal): -15103313 or 11504153. OLE color: 11504153.

HSL color Cylindrical-coordinate representation of color #198AAF: hue angle of 194.8º degrees, saturation: 0.75, 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 #198AAF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25138175-
CMYK0.860.2100.31
HSL194.8º75%39.22%-
HSV(B)194.8º85.71%68.63%-
XYZ17.2321.4843.8-
YUV108.43165.5668.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.40%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=7.40%
G=40.83%
B=51.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251381750.860.2100.31194.87539.22
Hex198AAF561501Fc34b27
Octal312122571262503730311347
Binary110011000101010101111101011010101011111110000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198aaf; }

 p { color: rgb(25,138,175); }

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

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

 a { background-color: rgb(25,138,175); }

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

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

 span { border-color: rgb(25,138,175); }

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