Html Css Color HEX #154959 Astronaut Blue

📋 copy color: '#154959'

red 21 ◦ green 73 ◦ blue 89

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

Shades of Astronaut Blue #154959

Tints of Astronaut Blue #154959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 11.48%
G = 39.89%
B = 48.63%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154959 (or 0x154959) is known color: Astronaut Blue. HEX triplet: 15, 49 and 59. RGB value is (21,73,89). Sum of RGB (Red+Green+Blue) = 21+73+89=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #154959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154959 is #EAB6A6. Grayscale: #3B3B3B. Windows color (decimal): -15382183 or 5851413. OLE color: 5851413.

HSL color Cylindrical-coordinate representation of color #154959: hue angle of 194.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154959 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 73 89 -
CMYK 0.76 0.18 0 0.65
HSL 194.12º 0.62% 0.22% -
HSV(B) 194.12º 0.76% 0.35% -
XYZ 4.49 5.65 10.3 -
YUV 59.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 21 73 89 0.76 0.18 0 0.65 194.12 0.62 0.22
Hex 15 49 59 4C 12 0 41 C2 3E 16
Octal 25 111 131 114 22 0 101 302 76 26
Binary 10101 1001001 1011001 1001100 10010 0 1000001 11000010 111110 10110

Color Harmonies of #154959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154959

Black with #154959

Text Example


Text Example

White with #154959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154959; }

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

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

background-color css

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

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

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

border-color css

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

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

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