Html Css Color HEX #154961 Astronaut Blue

📋 copy color: '#154961'

red 21 ◦ green 73 ◦ blue 97

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

Shades of Astronaut Blue #154961

Tints of Astronaut Blue #154961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

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

R = 10.99%
G = 38.22%
B = 50.79%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154961 (or 0x154961) is known color: Astronaut Blue. HEX triplet: 15, 49 and 61. RGB value is (21,73,97). Sum of RGB (Red+Green+Blue) = 21+73+97=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #154961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154961 is #EAB69E. Grayscale: #3C3C3C. Windows color (decimal): -15382175 or 6375701. OLE color: 6375701.

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

Color convert

RGB 21 73 97 -
CMYK 0.78 0.25 0 0.62
HSL 198.95º 0.64% 0.23% -
HSV(B) 198.95º 0.78% 0.38% -
XYZ 4.85 5.79 12.17 -
YUV 60.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 21 73 97 0.78 0.25 0 0.62 198.95 0.64 0.23
Hex 15 49 61 4E 19 0 3E C7 40 17
Octal 25 111 141 116 31 0 76 307 100 27
Binary 10101 1001001 1100001 1001110 11001 0 111110 11000111 1000000 10111

Color Harmonies of #154961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154961

Black with #154961

Text Example


Text Example

White with #154961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154961; }

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

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

background-color css

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

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

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

border-color css

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

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

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