Html Css Color HEX #198BBC Pelorous

📋 copy color: '#198BBC'

red 25 ◦ green 139 ◦ blue 188

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

Shades of Pelorous #198BBC

Tints of Pelorous #198BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

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

R = 7.1%
G = 39.49%
B = 53.41%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198BBC (or 0x198BBC) is known color: Pelorous. HEX triplet: 19, 8B and BC. RGB value is (25,139,188). Sum of RGB (Red+Green+Blue) = 25+139+188=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #198BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BBC is #E67443. Grayscale: #6E6E6E. Windows color (decimal): -15103044 or 12356377. OLE color: 12356377.

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

Color convert

RGB 25 139 188 -
CMYK 0.87 0.26 0 0.26
HSL 198.04º 0.77% 0.42% -
HSV(B) 198.04º 0.87% 0.74% -
XYZ 18.71 22.3 50.9 -
YUV 110.5 171.73 67.02 -
System Red Green Blue C M Y K H S L
Decimal 25 139 188 0.87 0.26 0 0.26 198.04 0.77 0.42
Hex 19 8B BC 57 1A 0 1A C6 4D 2A
Octal 31 213 274 127 32 0 32 306 115 52
Binary 11001 10001011 10111100 1010111 11010 0 11010 11000110 1001101 101010

Color Harmonies of #198BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BBC

Black with #198BBC

Text Example


Text Example

White with #198BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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