Html Css Color HEX #198EB2 Pelorous

📋 copy color: '#198EB2'

red 25 ◦ green 142 ◦ blue 178

#198EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #198EB2

Tints of Pelorous #198EB2

RGB

 RED value IS 25 (10.16% from 255) = 7.25%

 GREEN value IS 142 (55.86% from 255) = 41.16%

 BLUE value IS 178 (69.92% from 255) = 51.59%

R = 7.25%
G = 41.16%
B = 51.59%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#198EB2 (or 0x198EB2) is known color: Pelorous. HEX triplet: 19, 8E and B2. RGB value is (25,142,178). Sum of RGB (Red+Green+Blue) = 25+142+178=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #198EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198EB2 is #E6714D. Grayscale: #6E6E6E. Windows color (decimal): -15102286 or 11701785. OLE color: 11701785.

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

Color convert

RGB 25 142 178 -
CMYK 0.86 0.20 0 0.30
HSL 194.12º 0.75% 0.4% -
HSV(B) 194.12º 0.86% 0.7% -
XYZ 18.11 22.77 45.56 -
YUV 111.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 25 142 178 0.86 0.20 0 0.30 194.12 0.75 0.4
Hex 19 8E B2 56 14 0 1E C2 4B 28
Octal 31 216 262 126 24 0 36 302 113 50
Binary 11001 10001110 10110010 1010110 10100 0 11110 11000010 1001011 101000

Color Harmonies of #198EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EB2

Black with #198EB2

Text Example


Text Example

White with #198EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #198EB2;
 }
 .AnyTagClassName
 {
   color: #198EB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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