Html Css Color HEX #199AAD Pelorous

📋 copy color: '#199AAD'

red 25 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #199AAD

Tints of Pelorous #199AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 7.1%
G = 43.75%
B = 49.15%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#199AAD (or 0x199AAD) is known color: Pelorous. HEX triplet: 19, 9A and AD. RGB value is (25,154,173). Sum of RGB (Red+Green+Blue) = 25+154+173=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #199AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AAD is #E66552. Grayscale: #757575. Windows color (decimal): -15099219 or 11377177. OLE color: 11377177.

HSL color Cylindrical-coordinate representation of color #199AAD: hue angle of 187.7º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199AAD is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 154 173 -
CMYK 0.86 0.11 0 0.32
HSL 187.7º 0.75% 0.39% -
HSV(B) 187.7º 0.86% 0.68% -
XYZ 19.5 26.34 43.59 -
YUV 117.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 25 154 173 0.86 0.11 0 0.32 187.7 0.75 0.39
Hex 19 9A AD 56 B 0 20 BC 4B 27
Octal 31 232 255 126 13 0 40 274 113 47
Binary 11001 10011010 10101101 1010110 1011 0 100000 10111100 1001011 100111

Color Harmonies of #199AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AAD

Black with #199AAD

Text Example


Text Example

White with #199AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,154,173); }

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

background-color css

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

 a { background-color: rgb(25,154,173); }

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

border-color css

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

 span { border-color: rgb(25,154,173); }

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