Html Css Color HEX #154D61 Astronaut Blue

📋 copy color: '#154D61'

red 21 ◦ green 77 ◦ blue 97

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

Shades of Astronaut Blue #154D61

Tints of Astronaut Blue #154D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 10.77%
G = 39.49%
B = 49.74%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154D61 (or 0x154D61) is known color: Astronaut Blue. HEX triplet: 15, 4D and 61. RGB value is (21,77,97). Sum of RGB (Red+Green+Blue) = 21+77+97=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #154D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D61 is #EAB29E. Grayscale: #3E3E3E. Windows color (decimal): -15381151 or 6376725. OLE color: 6376725.

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

Color convert

RGB 21 77 97 -
CMYK 0.78 0.21 0 0.62
HSL 195.79º 0.64% 0.23% -
HSV(B) 195.79º 0.78% 0.38% -
XYZ 5.12 6.33 12.26 -
YUV 62.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 21 77 97 0.78 0.21 0 0.62 195.79 0.64 0.23
Hex 15 4D 61 4E 15 0 3E C4 40 17
Octal 25 115 141 116 25 0 76 304 100 27
Binary 10101 1001101 1100001 1001110 10101 0 111110 11000100 1000000 10111

Color Harmonies of #154D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D61

Black with #154D61

Text Example


Text Example

White with #154D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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