Html Css Color HEX #154761 Astronaut Blue

📋 copy color: '#154761'

red 21 ◦ green 71 ◦ blue 97

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

Shades of Astronaut Blue #154761

Tints of Astronaut Blue #154761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 11.11%
G = 37.57%
B = 51.32%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154761 (or 0x154761) is known color: Astronaut Blue. HEX triplet: 15, 47 and 61. RGB value is (21,71,97). Sum of RGB (Red+Green+Blue) = 21+71+97=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #154761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154761 is #EAB89E. Grayscale: #3A3A3A. Windows color (decimal): -15382687 or 6375189. OLE color: 6375189.

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

Color convert

RGB 21 71 97 -
CMYK 0.78 0.27 0 0.62
HSL 200.53º 0.64% 0.23% -
HSV(B) 200.53º 0.78% 0.38% -
XYZ 4.72 5.53 12.13 -
YUV 59.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 21 71 97 0.78 0.27 0 0.62 200.53 0.64 0.23
Hex 15 47 61 4E 1B 0 3E C9 40 17
Octal 25 107 141 116 33 0 76 311 100 27
Binary 10101 1000111 1100001 1001110 11011 0 111110 11001001 1000000 10111

Color Harmonies of #154761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154761

Black with #154761

Text Example


Text Example

White with #154761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154761; }

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

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

background-color css

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

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

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

border-color css

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

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

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