Html Css Color HEX #198CBB Pelorous

📋 copy color: '#198CBB'

red 25 ◦ green 140 ◦ blue 187

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

Shades of Pelorous #198CBB

Tints of Pelorous #198CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 7.1%
G = 39.77%
B = 53.13%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#198CBB (or 0x198CBB) is known color: Pelorous. HEX triplet: 19, 8C and BB. RGB value is (25,140,187). Sum of RGB (Red+Green+Blue) = 25+140+187=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #198CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CBB is #E67344. Grayscale: #6E6E6E. Windows color (decimal): -15102789 or 12291097. OLE color: 12291097.

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

Color convert

RGB 25 140 187 -
CMYK 0.87 0.25 0 0.27
HSL 197.41º 0.76% 0.42% -
HSV(B) 197.41º 0.87% 0.73% -
XYZ 18.75 22.55 50.38 -
YUV 110.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 25 140 187 0.87 0.25 0 0.27 197.41 0.76 0.42
Hex 19 8C BB 57 19 0 1B C5 4C 2A
Octal 31 214 273 127 31 0 33 305 114 52
Binary 11001 10001100 10111011 1010111 11001 0 11011 11000101 1001100 101010

Color Harmonies of #198CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CBB

Black with #198CBB

Text Example


Text Example

White with #198CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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