Html Css Color HEX #154859 Astronaut Blue

📋 copy color: '#154859'

red 21 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #154859

Tints of Astronaut Blue #154859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

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

R = 11.54%
G = 39.56%
B = 48.9%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154859 (or 0x154859) is known color: Astronaut Blue. HEX triplet: 15, 48 and 59. RGB value is (21,72,89). Sum of RGB (Red+Green+Blue) = 21+72+89=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #154859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154859 is #EAB7A6. Grayscale: #3A3A3A. Windows color (decimal): -15382439 or 5851157. OLE color: 5851157.

HSL color Cylindrical-coordinate representation of color #154859: hue angle of 195º 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 #154859 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 72 89 -
CMYK 0.76 0.19 0 0.65
HSL 195º 0.62% 0.22% -
HSV(B) 195º 0.76% 0.35% -
XYZ 4.43 5.52 10.28 -
YUV 58.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 21 72 89 0.76 0.19 0 0.65 195 0.62 0.22
Hex 15 48 59 4C 13 0 41 C3 3E 16
Octal 25 110 131 114 23 0 101 303 76 26
Binary 10101 1001000 1011001 1001100 10011 0 1000001 11000011 111110 10110

Color Harmonies of #154859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154859

Black with #154859

Text Example


Text Example

White with #154859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154859; }

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

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

background-color css

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

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

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

border-color css

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

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

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