Html Css Color HEX #198EBC Pelorous

📋 copy color: '#198EBC'

red 25 ◦ green 142 ◦ blue 188

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

Shades of Pelorous #198EBC

Tints of Pelorous #198EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 7.04%
G = 40%
B = 52.96%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#198EBC (or 0x198EBC) is known color: Pelorous. HEX triplet: 19, 8E and BC. RGB value is (25,142,188). Sum of RGB (Red+Green+Blue) = 25+142+188=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #198EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EBC is #E67143. Grayscale: #6F6F6F. Windows color (decimal): -15102276 or 12357145. OLE color: 12357145.

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

Color convert

RGB 25 142 188 -
CMYK 0.87 0.24 0 0.26
HSL 196.93º 0.77% 0.42% -
HSV(B) 196.93º 0.87% 0.74% -
XYZ 19.15 23.18 51.04 -
YUV 112.26 170.74 65.76 -
System Red Green Blue C M Y K H S L
Decimal 25 142 188 0.87 0.24 0 0.26 196.93 0.77 0.42
Hex 19 8E BC 57 18 0 1A C5 4D 2A
Octal 31 216 274 127 30 0 32 305 115 52
Binary 11001 10001110 10111100 1010111 11000 0 11010 11000101 1001101 101010

Color Harmonies of #198EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EBC

Black with #198EBC

Text Example


Text Example

White with #198EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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