Html Css Color HEX #199CB5 Pelorous

📋 copy color: '#199CB5'

red 25 ◦ green 156 ◦ blue 181

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

Shades of Pelorous #199CB5

Tints of Pelorous #199CB5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 181 (71.09% from 255) = 50%

R = 6.91%
G = 43.09%
B = 50%

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

#199CB5 (or 0x199CB5) is known color: Pelorous. HEX triplet: 19, 9C and B5. RGB value is (25,156,181). Sum of RGB (Red+Green+Blue) = 25+156+181=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #199CB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CB5 is #E6634A. Grayscale: #777777. Windows color (decimal): -15098699 or 11901977. OLE color: 11901977.

HSL color Cylindrical-coordinate representation of color #199CB5: hue angle of 189.62º 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 #199CB5 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 156 181 -
CMYK 0.86 0.14 0 0.29
HSL 189.62º 0.76% 0.4% -
HSV(B) 189.62º 0.86% 0.71% -
XYZ 20.63 27.32 47.9 -
YUV 119.68 162.6 60.47 -
System Red Green Blue C M Y K H S L
Decimal 25 156 181 0.86 0.14 0 0.29 189.62 0.76 0.4
Hex 19 9C B5 56 E 0 1D BE 4C 28
Octal 31 234 265 126 16 0 35 276 114 50
Binary 11001 10011100 10110101 1010110 1110 0 11101 10111110 1001100 101000

Color Harmonies of #199CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CB5

Black with #199CB5

Text Example


Text Example

White with #199CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,156,181); }

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

background-color css

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

 a { background-color: rgb(25,156,181); }

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

border-color css

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

 span { border-color: rgb(25,156,181); }

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