Html Css Color HEX #158294 Eastern Blue

📋 copy color: '#158294'

red 21 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #158294

Tints of Eastern Blue #158294

RGB

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

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

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

R = 7.02%
G = 43.48%
B = 49.5%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158294 (or 0x158294) is known color: Eastern Blue. HEX triplet: 15, 82 and 94. RGB value is (21,130,148). Sum of RGB (Red+Green+Blue) = 21+130+148=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #158294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158294 is #EA7D6B. Grayscale: #636363. Windows color (decimal): -15367532 or 9732629. OLE color: 9732629.

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

Color convert

RGB 21 130 148 -
CMYK 0.86 0.12 0 0.42
HSL 188.5º 0.75% 0.33% -
HSV(B) 188.5º 0.86% 0.58% -
XYZ 13.64 18.26 30.82 -
YUV 99.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 21 130 148 0.86 0.12 0 0.42 188.5 0.75 0.33
Hex 15 82 94 56 C 0 2A BD 4B 21
Octal 25 202 224 126 14 0 52 275 113 41
Binary 10101 10000010 10010100 1010110 1100 0 101010 10111101 1001011 100001

Color Harmonies of #158294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158294

Black with #158294

Text Example


Text Example

White with #158294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158294; }

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

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

background-color css

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

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

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

border-color css

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

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

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