Html Css Color HEX #158FA4 Eastern Blue

📋 copy color: '#158FA4'

red 21 ◦ green 143 ◦ blue 164

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

Shades of Eastern Blue #158FA4

Tints of Eastern Blue #158FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50%

R = 6.4%
G = 43.6%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#158FA4 (or 0x158FA4) is known color: Eastern Blue. HEX triplet: 15, 8F and A4. RGB value is (21,143,164). Sum of RGB (Red+Green+Blue) = 21+143+164=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #158FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA4 is #EA705B. Grayscale: #6C6C6C. Windows color (decimal): -15364188 or 10784533. OLE color: 10784533.

HSL color Cylindrical-coordinate representation of color #158FA4: hue angle of 188.81º 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 #158FA4 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 143 164 -
CMYK 0.87 0.13 0 0.36
HSL 188.81º 0.77% 0.36% -
HSV(B) 188.81º 0.87% 0.64% -
XYZ 16.83 22.48 38.57 -
YUV 108.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 21 143 164 0.87 0.13 0 0.36 188.81 0.77 0.36
Hex 15 8F A4 57 D 0 24 BD 4D 24
Octal 25 217 244 127 15 0 44 275 115 44
Binary 10101 10001111 10100100 1010111 1101 0 100100 10111101 1001101 100100

Color Harmonies of #158FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158FA4

Black with #158FA4

Text Example


Text Example

White with #158FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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