Html Css Color HEX #158292 Eastern Blue

📋 copy color: '#158292'

red 21 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #158292

Tints of Eastern Blue #158292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 7.07%
G = 43.77%
B = 49.16%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#158292 (or 0x158292) is known color: Eastern Blue. HEX triplet: 15, 82 and 92. RGB value is (21,130,146). Sum of RGB (Red+Green+Blue) = 21+130+146=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #158292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158292 is #EA7D6D. Grayscale: #636363. Windows color (decimal): -15367534 or 9601557. OLE color: 9601557.

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

Color convert

RGB 21 130 146 -
CMYK 0.86 0.11 0 0.43
HSL 187.68º 0.75% 0.33% -
HSV(B) 187.68º 0.86% 0.57% -
XYZ 13.48 18.2 30 -
YUV 99.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 21 130 146 0.86 0.11 0 0.43 187.68 0.75 0.33
Hex 15 82 92 56 B 0 2B BC 4B 21
Octal 25 202 222 126 13 0 53 274 113 41
Binary 10101 10000010 10010010 1010110 1011 0 101011 10111100 1001011 100001

Color Harmonies of #158292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158292

Black with #158292

Text Example


Text Example

White with #158292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158292; }

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

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

background-color css

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

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

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

border-color css

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

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

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