Html Css Color HEX #19839B Eastern Blue

📋 copy color: '#19839B'

red 25 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #19839B

Tints of Eastern Blue #19839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 8.04%
G = 42.12%
B = 49.84%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19839B (or 0x19839B) is known color: Eastern Blue. HEX triplet: 19, 83 and 9B. RGB value is (25,131,155). Sum of RGB (Red+Green+Blue) = 25+131+155=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #19839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19839B is #E67C64. Grayscale: #656565. Windows color (decimal): -15105125 or 10191641. OLE color: 10191641.

HSL color Cylindrical-coordinate representation of color #19839B: hue angle of 191.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19839B is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 131 155 -
CMYK 0.84 0.15 0 0.39
HSL 191.08º 0.72% 0.35% -
HSV(B) 191.08º 0.84% 0.61% -
XYZ 14.43 18.81 33.88 -
YUV 102.04 157.88 73.05 -
System Red Green Blue C M Y K H S L
Decimal 25 131 155 0.84 0.15 0 0.39 191.08 0.72 0.35
Hex 19 83 9B 54 F 0 27 BF 48 23
Octal 31 203 233 124 17 0 47 277 110 43
Binary 11001 10000011 10011011 1010100 1111 0 100111 10111111 1001000 100011

Color Harmonies of #19839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19839B

Black with #19839B

Text Example


Text Example

White with #19839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19839B; }

 p { color: rgb(25,131,155); }

 H1.HeaderClassName
 {
   color: #19839B;
 }
 .AnyTagClassName
 {
   color: #19839B;
 }
</style>

background-color css

<style>
 a { background-color: #19839B; }

 a { background-color: rgb(25,131,155); }

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

border-color css

<style>
 span { border-color: #19839B; }

 span { border-color: rgb(25,131,155); }

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