Html Css Color HEX #15829C Eastern Blue

📋 copy color: '#15829C'

red 21 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #15829C

Tints of Eastern Blue #15829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 6.84%
G = 42.35%
B = 50.81%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15829C (or 0x15829C) is known color: Eastern Blue. HEX triplet: 15, 82 and 9C. RGB value is (21,130,156). Sum of RGB (Red+Green+Blue) = 21+130+156=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #15829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15829C is #EA7D63. Grayscale: #646464. Windows color (decimal): -15367524 or 10256917. OLE color: 10256917.

HSL color Cylindrical-coordinate representation of color #15829C: hue angle of 191.56º 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 #15829C is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 130 156 -
CMYK 0.87 0.17 0 0.39
HSL 191.56º 0.76% 0.35% -
HSV(B) 191.56º 0.87% 0.61% -
XYZ 14.29 18.52 34.27 -
YUV 100.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 21 130 156 0.87 0.17 0 0.39 191.56 0.76 0.35
Hex 15 82 9C 57 11 0 27 C0 4C 23
Octal 25 202 234 127 21 0 47 300 114 43
Binary 10101 10000010 10011100 1010111 10001 0 100111 11000000 1001100 100011

Color Harmonies of #15829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15829C

Black with #15829C

Text Example


Text Example

White with #15829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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