Html Css Color HEX #154A61 Astronaut Blue

📋 copy color: '#154A61'

red 21 ◦ green 74 ◦ blue 97

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

Shades of Astronaut Blue #154A61

Tints of Astronaut Blue #154A61

RGB

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

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

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

R = 10.94%
G = 38.54%
B = 50.52%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154A61 (or 0x154A61) is known color: Astronaut Blue. HEX triplet: 15, 4A and 61. RGB value is (21,74,97). Sum of RGB (Red+Green+Blue) = 21+74+97=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #154A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A61 is #EAB59E. Grayscale: #3C3C3C. Windows color (decimal): -15381919 or 6375957. OLE color: 6375957.

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

Color convert

RGB 21 74 97 -
CMYK 0.78 0.24 0 0.62
HSL 198.16º 0.64% 0.23% -
HSV(B) 198.16º 0.78% 0.38% -
XYZ 4.92 5.92 12.19 -
YUV 60.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 21 74 97 0.78 0.24 0 0.62 198.16 0.64 0.23
Hex 15 4A 61 4E 18 0 3E C6 40 17
Octal 25 112 141 116 30 0 76 306 100 27
Binary 10101 1001010 1100001 1001110 11000 0 111110 11000110 1000000 10111

Color Harmonies of #154A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A61

Black with #154A61

Text Example


Text Example

White with #154A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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