Html Css Color HEX #158594 Eastern Blue

📋 copy color: '#158594'

red 21 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #158594

Tints of Eastern Blue #158594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 6.95%
G = 44.04%
B = 49.01%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158594 (or 0x158594) is known color: Eastern Blue. HEX triplet: 15, 85 and 94. RGB value is (21,133,148). Sum of RGB (Red+Green+Blue) = 21+133+148=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #158594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158594 is #EA7A6B. Grayscale: #656565. Windows color (decimal): -15366764 or 9733397. OLE color: 9733397.

HSL color Cylindrical-coordinate representation of color #158594: hue angle of 187.09º 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 #158594 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 133 148 -
CMYK 0.86 0.10 0 0.42
HSL 187.09º 0.75% 0.33% -
HSV(B) 187.09º 0.86% 0.58% -
XYZ 14.04 19.07 30.96 -
YUV 101.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 21 133 148 0.86 0.10 0 0.42 187.09 0.75 0.33
Hex 15 85 94 56 A 0 2A BB 4B 21
Octal 25 205 224 126 12 0 52 273 113 41
Binary 10101 10000101 10010100 1010110 1010 0 101010 10111011 1001011 100001

Color Harmonies of #158594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158594

Black with #158594

Text Example


Text Example

White with #158594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158594; }

 p { color: rgb(21,133,148); }

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

background-color css

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

 a { background-color: rgb(21,133,148); }

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

border-color css

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

 span { border-color: rgb(21,133,148); }

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