Html Css Color HEX #199FAC Pelorous

📋 copy color: '#199FAC'

red 25 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #199FAC

Tints of Pelorous #199FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.66%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 7.02%
G = 44.66%
B = 48.31%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199FAC (or 0x199FAC) is known color: Pelorous. HEX triplet: 19, 9F and AC. RGB value is (25,159,172). Sum of RGB (Red+Green+Blue) = 25+159+172=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #199FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199FAC is #E66053. Grayscale: #787878. Windows color (decimal): -15097940 or 11312921. OLE color: 11312921.

HSL color Cylindrical-coordinate representation of color #199FAC: hue angle of 185.31º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199FAC is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 159 172 -
CMYK 0.85 0.08 0 0.33
HSL 185.31º 0.75% 0.39% -
HSV(B) 185.31º 0.85% 0.67% -
XYZ 20.25 27.98 43.36 -
YUV 120.42 157.11 59.94 -
System Red Green Blue C M Y K H S L
Decimal 25 159 172 0.85 0.08 0 0.33 185.31 0.75 0.39
Hex 19 9F AC 55 8 0 21 B9 4B 27
Octal 31 237 254 125 10 0 41 271 113 47
Binary 11001 10011111 10101100 1010101 1000 0 100001 10111001 1001011 100111

Color Harmonies of #199FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FAC

Black with #199FAC

Text Example


Text Example

White with #199FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,172); }

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

background-color css

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

 a { background-color: rgb(25,159,172); }

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

border-color css

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

 span { border-color: rgb(25,159,172); }

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