#198EAF

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

Shades of Pelorous #198EAF

Tints of Pelorous #198EAF

Color information

#198EAF (or 0x198EAF) is unknown color: approx Pelorous. HEX triplet: 19, 8E and AF. RGB value is (25,142,175). Sum of RGB (Red+Green+Blue) = 25+142+175=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #198EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198EAF is #E67150. Grayscale: #6E6E6E. Windows color (decimal): -15102289 or 11505177. OLE color: 11505177.

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

Color convert

RGB25142175-
CMYK0.860.1900.31
HSL193.2º75%39.22%-
HSV(B)193.2º85.71%68.63%-
XYZ17.8122.6543.99-
YUV110.78164.2466.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.31%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=7.31%
G=41.52%
B=51.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251421750.860.1900.31193.27539.22
Hex198EAF561301Fc14b27
Octal312162571262303730111347
Binary110011000111010101111101011010011011111110000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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