#198EB3

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

Shades of Pelorous #198EB3

Tints of Pelorous #198EB3

Color information

#198EB3 (or 0x198EB3) is unknown color: approx Pelorous. HEX triplet: 19, 8E and B3. RGB value is (25,142,179). Sum of RGB (Red+Green+Blue) = 25+142+179=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #198EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EB3 is #E6714C. Grayscale: #6E6E6E. Windows color (decimal): -15102285 or 11767321. OLE color: 11767321.

HSL color Cylindrical-coordinate representation of color #198EB3: hue angle of 194.42º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198EB3 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB25142179-
CMYK0.860.2100.30
HSL194.42º75.49%40%-
HSV(B)194.42º86.03%70.2%-
XYZ18.2122.8146.09-
YUV111.24166.2466.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.23%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 179 (70.31% from 255) = 51.73%
R=7.23%
G=41.04%
B=51.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251421790.860.2100.30194.4275.4940
Hex198EB3561501Ec24b28
Octal312162631262503630211350
Binary110011000111010110011101011010101011110110000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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