Html Css Color HEX #154F60 Astronaut Blue

📋 copy color: '#154F60'

red 21 ◦ green 79 ◦ blue 96

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

Shades of Astronaut Blue #154F60

Tints of Astronaut Blue #154F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 10.71%
G = 40.31%
B = 48.98%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154F60 (or 0x154F60) is known color: Astronaut Blue. HEX triplet: 15, 4F and 60. RGB value is (21,79,96). Sum of RGB (Red+Green+Blue) = 21+79+96=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #154F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F60 is #EAB09F. Grayscale: #3F3F3F. Windows color (decimal): -15380640 or 6311701. OLE color: 6311701.

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

Color convert

RGB 21 79 96 -
CMYK 0.78 0.18 0 0.62
HSL 193.6º 0.64% 0.23% -
HSV(B) 193.6º 0.78% 0.38% -
XYZ 5.22 6.6 12.06 -
YUV 63.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 21 79 96 0.78 0.18 0 0.62 193.6 0.64 0.23
Hex 15 4F 60 4E 12 0 3E C2 40 17
Octal 25 117 140 116 22 0 76 302 100 27
Binary 10101 1001111 1100000 1001110 10010 0 111110 11000010 1000000 10111

Color Harmonies of #154F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F60

Black with #154F60

Text Example


Text Example

White with #154F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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