Html Css Color HEX #19839F Eastern Blue

📋 copy color: '#19839F'

red 25 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #19839F

Tints of Eastern Blue #19839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 7.94%
G = 41.59%
B = 50.48%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19839F (or 0x19839F) is known color: Eastern Blue. HEX triplet: 19, 83 and 9F. RGB value is (25,131,159). Sum of RGB (Red+Green+Blue) = 25+131+159=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #19839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19839F is #E67C60. Grayscale: #666666. Windows color (decimal): -15105121 or 10453785. OLE color: 10453785.

HSL color Cylindrical-coordinate representation of color #19839F: hue angle of 192.54º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19839F is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 131 159 -
CMYK 0.84 0.18 0 0.38
HSL 192.54º 0.73% 0.36% -
HSV(B) 192.54º 0.84% 0.62% -
XYZ 14.78 18.94 35.68 -
YUV 102.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 25 131 159 0.84 0.18 0 0.38 192.54 0.73 0.36
Hex 19 83 9F 54 12 0 26 C1 49 24
Octal 31 203 237 124 22 0 46 301 111 44
Binary 11001 10000011 10011111 1010100 10010 0 100110 11000001 1001001 100100

Color Harmonies of #19839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19839F

Black with #19839F

Text Example


Text Example

White with #19839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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