Html Css Color HEX #158295 Eastern Blue

📋 copy color: '#158295'

red 21 ◦ green 130 ◦ blue 149

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

Shades of Eastern Blue #158295

Tints of Eastern Blue #158295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 7%
G = 43.33%
B = 49.67%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158295 (or 0x158295) is known color: Eastern Blue. HEX triplet: 15, 82 and 95. RGB value is (21,130,149). Sum of RGB (Red+Green+Blue) = 21+130+149=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #158295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158295 is #EA7D6A. Grayscale: #636363. Windows color (decimal): -15367531 or 9798165. OLE color: 9798165.

HSL color Cylindrical-coordinate representation of color #158295: hue angle of 188.91º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158295 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 130 149 -
CMYK 0.86 0.13 0 0.42
HSL 188.91º 0.75% 0.33% -
HSV(B) 188.91º 0.86% 0.58% -
XYZ 13.72 18.29 31.24 -
YUV 99.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 21 130 149 0.86 0.13 0 0.42 188.91 0.75 0.33
Hex 15 82 95 56 D 0 2A BD 4B 21
Octal 25 202 225 126 15 0 52 275 113 41
Binary 10101 10000010 10010101 1010110 1101 0 101010 10111101 1001011 100001

Color Harmonies of #158295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158295

Black with #158295

Text Example


Text Example

White with #158295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158295; }

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

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

background-color css

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

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

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

border-color css

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

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

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