Html Css Color HEX #198DBC Pelorous

📋 copy color: '#198DBC'

red 25 ◦ green 141 ◦ blue 188

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

Shades of Pelorous #198DBC

Tints of Pelorous #198DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 7.06%
G = 39.83%
B = 53.11%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198DBC (or 0x198DBC) is known color: Pelorous. HEX triplet: 19, 8D and BC. RGB value is (25,141,188). Sum of RGB (Red+Green+Blue) = 25+141+188=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #198DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DBC is #E67243. Grayscale: #6F6F6F. Windows color (decimal): -15102532 or 12356889. OLE color: 12356889.

HSL color Cylindrical-coordinate representation of color #198DBC: hue angle of 197.3º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198DBC is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 141 188 -
CMYK 0.87 0.25 0 0.26
HSL 197.3º 0.77% 0.42% -
HSV(B) 197.3º 0.87% 0.74% -
XYZ 19 22.89 50.99 -
YUV 111.67 171.07 66.18 -
System Red Green Blue C M Y K H S L
Decimal 25 141 188 0.87 0.25 0 0.26 197.3 0.77 0.42
Hex 19 8D BC 57 19 0 1A C5 4D 2A
Octal 31 215 274 127 31 0 32 305 115 52
Binary 11001 10001101 10111100 1010111 11001 0 11010 11000101 1001101 101010

Color Harmonies of #198DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DBC

Black with #198DBC

Text Example


Text Example

White with #198DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,188); }

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

background-color css

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

 a { background-color: rgb(25,141,188); }

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

border-color css

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

 span { border-color: rgb(25,141,188); }

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