Html Css Color HEX #15869D Eastern Blue

📋 copy color: '#15869D'

red 21 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #15869D

Tints of Eastern Blue #15869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 6.73%
G = 42.95%
B = 50.32%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15869D (or 0x15869D) is known color: Eastern Blue. HEX triplet: 15, 86 and 9D. RGB value is (21,134,157). Sum of RGB (Red+Green+Blue) = 21+134+157=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #15869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15869D is #EA7962. Grayscale: #666666. Windows color (decimal): -15366499 or 10323477. OLE color: 10323477.

HSL color Cylindrical-coordinate representation of color #15869D: hue angle of 190.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15869D is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 134 157 -
CMYK 0.87 0.15 0 0.38
HSL 190.15º 0.76% 0.35% -
HSV(B) 190.15º 0.87% 0.62% -
XYZ 14.92 19.64 34.9 -
YUV 102.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 21 134 157 0.87 0.15 0 0.38 190.15 0.76 0.35
Hex 15 86 9D 57 F 0 26 BE 4C 23
Octal 25 206 235 127 17 0 46 276 114 43
Binary 10101 10000110 10011101 1010111 1111 0 100110 10111110 1001100 100011

Color Harmonies of #15869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15869D

Black with #15869D

Text Example


Text Example

White with #15869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15869D; }

 p { color: rgb(21,134,157); }

 H1.HeaderClassName
 {
   color: #15869D;
 }
 .AnyTagClassName
 {
   color: #15869D;
 }
</style>

background-color css

<style>
 a { background-color: #15869D; }

 a { background-color: rgb(21,134,157); }

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

border-color css

<style>
 span { border-color: #15869D; }

 span { border-color: rgb(21,134,157); }

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