Html Css Color HEX #15829B Eastern Blue

📋 copy color: '#15829B'

red 21 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #15829B

Tints of Eastern Blue #15829B

RGB

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

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

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

R = 6.86%
G = 42.48%
B = 50.65%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15829B (or 0x15829B) is known color: Eastern Blue. HEX triplet: 15, 82 and 9B. RGB value is (21,130,155). Sum of RGB (Red+Green+Blue) = 21+130+155=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #15829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15829B is #EA7D64. Grayscale: #646464. Windows color (decimal): -15367525 or 10191381. OLE color: 10191381.

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

Color convert

RGB 21 130 155 -
CMYK 0.86 0.16 0 0.39
HSL 191.19º 0.76% 0.35% -
HSV(B) 191.19º 0.86% 0.61% -
XYZ 14.21 18.49 33.83 -
YUV 100.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 21 130 155 0.86 0.16 0 0.39 191.19 0.76 0.35
Hex 15 82 9B 56 10 0 27 BF 4C 23
Octal 25 202 233 126 20 0 47 277 114 43
Binary 10101 10000010 10011011 1010110 10000 0 100111 10111111 1001100 100011

Color Harmonies of #15829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15829B

Black with #15829B

Text Example


Text Example

White with #15829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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