Html Css Color HEX #198DBB Pelorous

📋 copy color: '#198DBB'

red 25 ◦ green 141 ◦ blue 187

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

Shades of Pelorous #198DBB

Tints of Pelorous #198DBB

RGB

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

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

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

R = 7.08%
G = 39.94%
B = 52.97%

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

#198DBB (or 0x198DBB) is known color: Pelorous. HEX triplet: 19, 8D and BB. RGB value is (25,141,187). Sum of RGB (Red+Green+Blue) = 25+141+187=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #198DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DBB is #E67244. Grayscale: #6F6F6F. Windows color (decimal): -15102533 or 12291353. OLE color: 12291353.

HSL color Cylindrical-coordinate representation of color #198DBB: hue angle of 197.04º 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 #198DBB is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 141 187 -
CMYK 0.87 0.25 0 0.27
HSL 197.04º 0.76% 0.42% -
HSV(B) 197.04º 0.87% 0.73% -
XYZ 18.9 22.84 50.43 -
YUV 111.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 25 141 187 0.87 0.25 0 0.27 197.04 0.76 0.42
Hex 19 8D BB 57 19 0 1B C5 4C 2A
Octal 31 215 273 127 31 0 33 305 114 52
Binary 11001 10001101 10111011 1010111 11001 0 11011 11000101 1001100 101010

Color Harmonies of #198DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DBB

Black with #198DBB

Text Example


Text Example

White with #198DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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