Html Css Color HEX #154661 Astronaut Blue

📋 copy color: '#154661'

red 21 ◦ green 70 ◦ blue 97

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

Shades of Astronaut Blue #154661

Tints of Astronaut Blue #154661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 11.17%
G = 37.23%
B = 51.6%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154661 (or 0x154661) is known color: Astronaut Blue. HEX triplet: 15, 46 and 61. RGB value is (21,70,97). Sum of RGB (Red+Green+Blue) = 21+70+97=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #154661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154661 is #EAB99E. Grayscale: #3A3A3A. Windows color (decimal): -15382943 or 6374933. OLE color: 6374933.

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

Color convert

RGB 21 70 97 -
CMYK 0.78 0.28 0 0.62
HSL 201.32º 0.64% 0.23% -
HSV(B) 201.32º 0.78% 0.38% -
XYZ 4.66 5.4 12.11 -
YUV 58.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 21 70 97 0.78 0.28 0 0.62 201.32 0.64 0.23
Hex 15 46 61 4E 1C 0 3E C9 40 17
Octal 25 106 141 116 34 0 76 311 100 27
Binary 10101 1000110 1100001 1001110 11100 0 111110 11001001 1000000 10111

Color Harmonies of #154661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154661

Black with #154661

Text Example


Text Example

White with #154661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154661; }

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

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

background-color css

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

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

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

border-color css

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

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

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