Html Css Color HEX #199EC7 Pelorous

📋 copy color: '#199EC7'

red 25 ◦ green 158 ◦ blue 199

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

Shades of Pelorous #199EC7

Tints of Pelorous #199EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 6.54%
G = 41.36%
B = 52.09%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#199EC7 (or 0x199EC7) is known color: Pelorous. HEX triplet: 19, 9E and C7. RGB value is (25,158,199). Sum of RGB (Red+Green+Blue) = 25+158+199=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #199EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EC7 is #E66138. Grayscale: #7A7A7A. Windows color (decimal): -15098169 or 13082137. OLE color: 13082137.

HSL color Cylindrical-coordinate representation of color #199EC7: hue angle of 194.14º 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 #199EC7 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 158 199 -
CMYK 0.87 0.21 0 0.22
HSL 194.14º 0.78% 0.44% -
HSV(B) 194.14º 0.87% 0.78% -
XYZ 22.94 28.78 58.38 -
YUV 122.91 170.94 58.17 -
System Red Green Blue C M Y K H S L
Decimal 25 158 199 0.87 0.21 0 0.22 194.14 0.78 0.44
Hex 19 9E C7 57 15 0 16 C2 4E 2C
Octal 31 236 307 127 25 0 26 302 116 54
Binary 11001 10011110 11000111 1010111 10101 0 10110 11000010 1001110 101100

Color Harmonies of #199EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EC7

Black with #199EC7

Text Example


Text Example

White with #199EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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