Html Css Color HEX #198EC7 Pelorous

📋 copy color: '#198EC7'

red 25 ◦ green 142 ◦ blue 199

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

Shades of Pelorous #198EC7

Tints of Pelorous #198EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.37%

R = 6.83%
G = 38.8%
B = 54.37%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#198EC7 (or 0x198EC7) is known color: Pelorous. HEX triplet: 19, 8E and C7. RGB value is (25,142,199). Sum of RGB (Red+Green+Blue) = 25+142+199=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #198EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EC7 is #E67138. Grayscale: #717171. Windows color (decimal): -15102265 or 13078041. OLE color: 13078041.

HSL color Cylindrical-coordinate representation of color #198EC7: hue angle of 199.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198EC7 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 142 199 -
CMYK 0.87 0.29 0 0.22
HSL 199.66º 0.78% 0.44% -
HSV(B) 199.66º 0.87% 0.78% -
XYZ 20.38 23.68 57.53 -
YUV 113.52 176.24 64.87 -
System Red Green Blue C M Y K H S L
Decimal 25 142 199 0.87 0.29 0 0.22 199.66 0.78 0.44
Hex 19 8E C7 57 1D 0 16 C8 4E 2C
Octal 31 216 307 127 35 0 26 310 116 54
Binary 11001 10001110 11000111 1010111 11101 0 10110 11001000 1001110 101100

Color Harmonies of #198EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198EC7

Black with #198EC7

Text Example


Text Example

White with #198EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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