Html Css Color HEX #199EBA Pelorous

📋 copy color: '#199EBA'

red 25 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #199EBA

Tints of Pelorous #199EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 6.78%
G = 42.82%
B = 50.41%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199EBA (or 0x199EBA) is known color: Pelorous. HEX triplet: 19, 9E and BA. RGB value is (25,158,186). Sum of RGB (Red+Green+Blue) = 25+158+186=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #199EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EBA is #E66145. Grayscale: #797979. Windows color (decimal): -15098182 or 12230169. OLE color: 12230169.

HSL color Cylindrical-coordinate representation of color #199EBA: hue angle of 190.43º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199EBA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 158 186 -
CMYK 0.87 0.15 0 0.27
HSL 190.43º 0.76% 0.41% -
HSV(B) 190.43º 0.87% 0.73% -
XYZ 21.49 28.21 50.77 -
YUV 121.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 25 158 186 0.87 0.15 0 0.27 190.43 0.76 0.41
Hex 19 9E BA 57 F 0 1B BE 4C 29
Octal 31 236 272 127 17 0 33 276 114 51
Binary 11001 10011110 10111010 1010111 1111 0 11011 10111110 1001100 101001

Color Harmonies of #199EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EBA

Black with #199EBA

Text Example


Text Example

White with #199EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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