Html Css Color HEX #15859A Eastern Blue

📋 copy color: '#15859A'

red 21 ◦ green 133 ◦ blue 154

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

Shades of Eastern Blue #15859A

Tints of Eastern Blue #15859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 154 (60.55% from 255) = 50%

R = 6.82%
G = 43.18%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15859A (or 0x15859A) is known color: Eastern Blue. HEX triplet: 15, 85 and 9A. RGB value is (21,133,154). Sum of RGB (Red+Green+Blue) = 21+133+154=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #15859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15859A is #EA7A65. Grayscale: #656565. Windows color (decimal): -15366758 or 10126613. OLE color: 10126613.

HSL color Cylindrical-coordinate representation of color #15859A: hue angle of 189.47º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15859A is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 133 154 -
CMYK 0.86 0.14 0 0.40
HSL 189.47º 0.76% 0.34% -
HSV(B) 189.47º 0.86% 0.6% -
XYZ 14.53 19.27 33.53 -
YUV 101.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 21 133 154 0.86 0.14 0 0.40 189.47 0.76 0.34
Hex 15 85 9A 56 E 0 28 BD 4C 22
Octal 25 205 232 126 16 0 50 275 114 42
Binary 10101 10000101 10011010 1010110 1110 0 101000 10111101 1001100 100010

Color Harmonies of #15859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15859A

Black with #15859A

Text Example


Text Example

White with #15859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15859A; }

 p { color: rgb(21,133,154); }

 H1.HeaderClassName
 {
   color: #15859A;
 }
 .AnyTagClassName
 {
   color: #15859A;
 }
</style>

background-color css

<style>
 a { background-color: #15859A; }

 a { background-color: rgb(21,133,154); }

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

border-color css

<style>
 span { border-color: #15859A; }

 span { border-color: rgb(21,133,154); }

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