Html Css Color HEX #154054 Astronaut Blue

📋 copy color: '#154054'

red 21 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #154054

Tints of Astronaut Blue #154054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 84 (33.2% from 255) = 49.7%

R = 12.43%
G = 37.87%
B = 49.7%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154054 (or 0x154054) is known color: Astronaut Blue. HEX triplet: 15, 40 and 54. RGB value is (21,64,84). Sum of RGB (Red+Green+Blue) = 21+64+84=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #154054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154054 is #EABFAB. Grayscale: #353535. Windows color (decimal): -15384492 or 5521429. OLE color: 5521429.

HSL color Cylindrical-coordinate representation of color #154054: hue angle of 199.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154054 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 64 84 -
CMYK 0.75 0.24 0 0.67
HSL 199.05º 0.6% 0.21% -
HSV(B) 199.05º 0.75% 0.33% -
XYZ 3.74 4.47 9.05 -
YUV 53.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 21 64 84 0.75 0.24 0 0.67 199.05 0.6 0.21
Hex 15 40 54 4B 18 0 43 C7 3C 15
Octal 25 100 124 113 30 0 103 307 74 25
Binary 10101 1000000 1010100 1001011 11000 0 1000011 11000111 111100 10101

Color Harmonies of #154054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154054

Black with #154054

Text Example


Text Example

White with #154054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154054; }

 p { color: rgb(21,64,84); }

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

background-color css

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

 a { background-color: rgb(21,64,84); }

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

border-color css

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

 span { border-color: rgb(21,64,84); }

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