Html Css Color HEX #154861 Astronaut Blue

📋 copy color: '#154861'

red 21 ◦ green 72 ◦ blue 97

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

Shades of Astronaut Blue #154861

Tints of Astronaut Blue #154861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 11.05%
G = 37.89%
B = 51.05%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154861 (or 0x154861) is known color: Astronaut Blue. HEX triplet: 15, 48 and 61. RGB value is (21,72,97). Sum of RGB (Red+Green+Blue) = 21+72+97=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #154861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154861 is #EAB79E. Grayscale: #3B3B3B. Windows color (decimal): -15382431 or 6375445. OLE color: 6375445.

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

Color convert

RGB 21 72 97 -
CMYK 0.78 0.26 0 0.62
HSL 199.74º 0.64% 0.23% -
HSV(B) 199.74º 0.78% 0.38% -
XYZ 4.78 5.66 12.15 -
YUV 59.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 21 72 97 0.78 0.26 0 0.62 199.74 0.64 0.23
Hex 15 48 61 4E 1A 0 3E C8 40 17
Octal 25 110 141 116 32 0 76 310 100 27
Binary 10101 1001000 1100001 1001110 11010 0 111110 11001000 1000000 10111

Color Harmonies of #154861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154861

Black with #154861

Text Example


Text Example

White with #154861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154861; }

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

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

background-color css

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

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

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

border-color css

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

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

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