Html Css Color HEX #199AB4 Pelorous

📋 copy color: '#199AB4'

red 25 ◦ green 154 ◦ blue 180

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

Shades of Pelorous #199AB4

Tints of Pelorous #199AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.14%

R = 6.96%
G = 42.9%
B = 50.14%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#199AB4 (or 0x199AB4) is known color: Pelorous. HEX triplet: 19, 9A and B4. RGB value is (25,154,180). Sum of RGB (Red+Green+Blue) = 25+154+180=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #199AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199AB4 is #E6654B. Grayscale: #767676. Windows color (decimal): -15099212 or 11835929. OLE color: 11835929.

HSL color Cylindrical-coordinate representation of color #199AB4: hue angle of 190.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199AB4 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 154 180 -
CMYK 0.86 0.14 0 0.29
HSL 190.06º 0.76% 0.4% -
HSV(B) 190.06º 0.86% 0.71% -
XYZ 20.19 26.61 47.25 -
YUV 118.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 25 154 180 0.86 0.14 0 0.29 190.06 0.76 0.4
Hex 19 9A B4 56 E 0 1D BE 4C 28
Octal 31 232 264 126 16 0 35 276 114 50
Binary 11001 10011010 10110100 1010110 1110 0 11101 10111110 1001100 101000

Color Harmonies of #199AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AB4

Black with #199AB4

Text Example


Text Example

White with #199AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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