Html Css Color HEX #15809A Eastern Blue

📋 copy color: '#15809A'

red 21 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #15809A

Tints of Eastern Blue #15809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

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

R = 6.93%
G = 42.24%
B = 50.83%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15809A (or 0x15809A) is known color: Eastern Blue. HEX triplet: 15, 80 and 9A. RGB value is (21,128,154). Sum of RGB (Red+Green+Blue) = 21+128+154=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #15809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15809A is #EA7F65. Grayscale: #626262. Windows color (decimal): -15368038 or 10125333. OLE color: 10125333.

HSL color Cylindrical-coordinate representation of color #15809A: hue angle of 191.73º 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 #15809A is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 128 154 -
CMYK 0.86 0.17 0 0.40
HSL 191.73º 0.76% 0.34% -
HSV(B) 191.73º 0.86% 0.6% -
XYZ 13.86 17.93 33.3 -
YUV 98.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 21 128 154 0.86 0.17 0 0.40 191.73 0.76 0.34
Hex 15 80 9A 56 11 0 28 C0 4C 22
Octal 25 200 232 126 21 0 50 300 114 42
Binary 10101 10000000 10011010 1010110 10001 0 101000 11000000 1001100 100010

Color Harmonies of #15809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15809A

Black with #15809A

Text Example


Text Example

White with #15809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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