Html Css Color HEX #154E60 Astronaut Blue

📋 copy color: '#154E60'

red 21 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #154E60

Tints of Astronaut Blue #154E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 10.77%
G = 40%
B = 49.23%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154E60 (or 0x154E60) is known color: Astronaut Blue. HEX triplet: 15, 4E and 60. RGB value is (21,78,96). Sum of RGB (Red+Green+Blue) = 21+78+96=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #154E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E60 is #EAB19F. Grayscale: #3E3E3E. Windows color (decimal): -15380896 or 6311445. OLE color: 6311445.

HSL color Cylindrical-coordinate representation of color #154E60: hue angle of 194.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154E60 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 78 96 -
CMYK 0.78 0.19 0 0.62
HSL 194.4º 0.64% 0.23% -
HSV(B) 194.4º 0.78% 0.38% -
XYZ 5.14 6.45 12.04 -
YUV 63.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 21 78 96 0.78 0.19 0 0.62 194.4 0.64 0.23
Hex 15 4E 60 4E 13 0 3E C2 40 17
Octal 25 116 140 116 23 0 76 302 100 27
Binary 10101 1001110 1100000 1001110 10011 0 111110 11000010 1000000 10111

Color Harmonies of #154E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154E60

Black with #154E60

Text Example


Text Example

White with #154E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154E60; }

 p { color: rgb(21,78,96); }

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

background-color css

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

 a { background-color: rgb(21,78,96); }

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

border-color css

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

 span { border-color: rgb(21,78,96); }

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