Html Css Color HEX #158FA2 Eastern Blue

📋 copy color: '#158FA2'

red 21 ◦ green 143 ◦ blue 162

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

Shades of Eastern Blue #158FA2

Tints of Eastern Blue #158FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 162 (63.67% from 255) = 49.69%

R = 6.44%
G = 43.87%
B = 49.69%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#158FA2 (or 0x158FA2) is known color: Eastern Blue. HEX triplet: 15, 8F and A2. RGB value is (21,143,162). Sum of RGB (Red+Green+Blue) = 21+143+162=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #158FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA2 is #EA705D. Grayscale: #6C6C6C. Windows color (decimal): -15364190 or 10653461. OLE color: 10653461.

HSL color Cylindrical-coordinate representation of color #158FA2: hue angle of 188.09º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158FA2 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 143 162 -
CMYK 0.87 0.12 0 0.36
HSL 188.09º 0.77% 0.36% -
HSV(B) 188.09º 0.87% 0.64% -
XYZ 16.65 22.41 37.63 -
YUV 108.69 158.08 65.46 -
System Red Green Blue C M Y K H S L
Decimal 21 143 162 0.87 0.12 0 0.36 188.09 0.77 0.36
Hex 15 8F A2 57 C 0 24 BC 4D 24
Octal 25 217 242 127 14 0 44 274 115 44
Binary 10101 10001111 10100010 1010111 1100 0 100100 10111100 1001101 100100

Color Harmonies of #158FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FA2

Black with #158FA2

Text Example


Text Example

White with #158FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158FA2; }

 p { color: rgb(21,143,162); }

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

background-color css

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

 a { background-color: rgb(21,143,162); }

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

border-color css

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

 span { border-color: rgb(21,143,162); }

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