Html Css Color HEX #15869F Eastern Blue

📋 copy color: '#15869F'

red 21 ◦ green 134 ◦ blue 159

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

Shades of Eastern Blue #15869F

Tints of Eastern Blue #15869F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 6.69%
G = 42.68%
B = 50.64%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15869F (or 0x15869F) is known color: Eastern Blue. HEX triplet: 15, 86 and 9F. RGB value is (21,134,159). Sum of RGB (Red+Green+Blue) = 21+134+159=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #15869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15869F is #EA7960. Grayscale: #666666. Windows color (decimal): -15366497 or 10454549. OLE color: 10454549.

HSL color Cylindrical-coordinate representation of color #15869F: hue angle of 190.87º degrees, saturation: 0.77, 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 #15869F is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 134 159 -
CMYK 0.87 0.16 0 0.38
HSL 190.87º 0.77% 0.35% -
HSV(B) 190.87º 0.87% 0.62% -
XYZ 15.09 19.71 35.81 -
YUV 103.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 21 134 159 0.87 0.16 0 0.38 190.87 0.77 0.35
Hex 15 86 9F 57 10 0 26 BF 4D 23
Octal 25 206 237 127 20 0 46 277 115 43
Binary 10101 10000110 10011111 1010111 10000 0 100110 10111111 1001101 100011

Color Harmonies of #15869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15869F

Black with #15869F

Text Example


Text Example

White with #15869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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