Html Css Color HEX #154A5A Astronaut Blue

📋 copy color: '#154A5A'

red 21 ◦ green 74 ◦ blue 90

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

Shades of Astronaut Blue #154A5A

Tints of Astronaut Blue #154A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 11.35%
G = 40%
B = 48.65%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154A5A (or 0x154A5A) is known color: Astronaut Blue. HEX triplet: 15, 4A and 5A. RGB value is (21,74,90). Sum of RGB (Red+Green+Blue) = 21+74+90=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #154A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A5A is #EAB5A5. Grayscale: #3B3B3B. Windows color (decimal): -15381926 or 5917205. OLE color: 5917205.

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

Color convert

RGB 21 74 90 -
CMYK 0.77 0.18 0 0.65
HSL 193.91º 0.62% 0.22% -
HSV(B) 193.91º 0.77% 0.35% -
XYZ 4.6 5.8 10.55 -
YUV 59.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 21 74 90 0.77 0.18 0 0.65 193.91 0.62 0.22
Hex 15 4A 5A 4D 12 0 41 C2 3E 16
Octal 25 112 132 115 22 0 101 302 76 26
Binary 10101 1001010 1011010 1001101 10010 0 1000001 11000010 111110 10110

Color Harmonies of #154A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A5A

Black with #154A5A

Text Example


Text Example

White with #154A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,90); }

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

background-color css

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

 a { background-color: rgb(21,74,90); }

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

border-color css

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

 span { border-color: rgb(21,74,90); }

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