Html Css Color HEX #154D60 Astronaut Blue

📋 copy color: '#154D60'

red 21 ◦ green 77 ◦ blue 96

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

Shades of Astronaut Blue #154D60

Tints of Astronaut Blue #154D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

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

R = 10.82%
G = 39.69%
B = 49.48%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154D60 (or 0x154D60) is known color: Astronaut Blue. HEX triplet: 15, 4D and 60. RGB value is (21,77,96). Sum of RGB (Red+Green+Blue) = 21+77+96=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #154D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D60 is #EAB29F. Grayscale: #3E3E3E. Windows color (decimal): -15381152 or 6311189. OLE color: 6311189.

HSL color Cylindrical-coordinate representation of color #154D60: hue angle of 195.2º 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 #154D60 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 77 96 -
CMYK 0.78 0.20 0 0.62
HSL 195.2º 0.64% 0.23% -
HSV(B) 195.2º 0.78% 0.38% -
XYZ 5.07 6.31 12.02 -
YUV 62.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 21 77 96 0.78 0.20 0 0.62 195.2 0.64 0.23
Hex 15 4D 60 4E 14 0 3E C3 40 17
Octal 25 115 140 116 24 0 76 303 100 27
Binary 10101 1001101 1100000 1001110 10100 0 111110 11000011 1000000 10111

Color Harmonies of #154D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D60

Black with #154D60

Text Example


Text Example

White with #154D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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