Html Css Color HEX #15839C Eastern Blue

📋 copy color: '#15839C'

red 21 ◦ green 131 ◦ blue 156

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

Shades of Eastern Blue #15839C

Tints of Eastern Blue #15839C

RGB

 RED value IS 21 (8.59% from 255) = 6.82%

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 6.82%
G = 42.53%
B = 50.65%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15839C (or 0x15839C) is known color: Eastern Blue. HEX triplet: 15, 83 and 9C. RGB value is (21,131,156). Sum of RGB (Red+Green+Blue) = 21+131+156=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #15839C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15839C is #EA7C63. Grayscale: #646464. Windows color (decimal): -15367268 or 10257173. OLE color: 10257173.

HSL color Cylindrical-coordinate representation of color #15839C: hue angle of 191.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15839C is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 131 156 -
CMYK 0.87 0.16 0 0.39
HSL 191.11º 0.76% 0.35% -
HSV(B) 191.11º 0.87% 0.61% -
XYZ 14.43 18.79 34.32 -
YUV 100.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 21 131 156 0.87 0.16 0 0.39 191.11 0.76 0.35
Hex 15 83 9C 57 10 0 27 BF 4C 23
Octal 25 203 234 127 20 0 47 277 114 43
Binary 10101 10000011 10011100 1010111 10000 0 100111 10111111 1001100 100011

Color Harmonies of #15839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15839C

Black with #15839C

Text Example


Text Example

White with #15839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15839C; }

 p { color: rgb(21,131,156); }

 H1.HeaderClassName
 {
   color: #15839C;
 }
 .AnyTagClassName
 {
   color: #15839C;
 }
</style>

background-color css

<style>
 a { background-color: #15839C; }

 a { background-color: rgb(21,131,156); }

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

border-color css

<style>
 span { border-color: #15839C; }

 span { border-color: rgb(21,131,156); }

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