Html Css Color HEX #198CB8 Pelorous

📋 copy color: '#198CB8'

red 25 ◦ green 140 ◦ blue 184

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

Shades of Pelorous #198CB8

Tints of Pelorous #198CB8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

 BLUE value IS 184 (72.27% from 255) = 52.72%

R = 7.16%
G = 40.11%
B = 52.72%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#198CB8 (or 0x198CB8) is known color: Pelorous. HEX triplet: 19, 8C and B8. RGB value is (25,140,184). Sum of RGB (Red+Green+Blue) = 25+140+184=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #198CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CB8 is #E67347. Grayscale: #6E6E6E. Windows color (decimal): -15102792 or 12094489. OLE color: 12094489.

HSL color Cylindrical-coordinate representation of color #198CB8: hue angle of 196.6º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198CB8 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 140 184 -
CMYK 0.86 0.24 0 0.28
HSL 196.6º 0.76% 0.41% -
HSV(B) 196.6º 0.86% 0.72% -
XYZ 18.43 22.42 48.7 -
YUV 110.63 169.4 66.92 -
System Red Green Blue C M Y K H S L
Decimal 25 140 184 0.86 0.24 0 0.28 196.6 0.76 0.41
Hex 19 8C B8 56 18 0 1C C5 4C 29
Octal 31 214 270 126 30 0 34 305 114 51
Binary 11001 10001100 10111000 1010110 11000 0 11100 11000101 1001100 101001

Color Harmonies of #198CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CB8

Black with #198CB8

Text Example


Text Example

White with #198CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,140,184); }

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

background-color css

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

 a { background-color: rgb(25,140,184); }

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

border-color css

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

 span { border-color: rgb(25,140,184); }

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