Html Css Color HEX #154660 Astronaut Blue

📋 copy color: '#154660'

red 21 ◦ green 70 ◦ blue 96

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

Shades of Astronaut Blue #154660

Tints of Astronaut Blue #154660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 11.23%
G = 37.43%
B = 51.34%

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

#154660 (or 0x154660) is known color: Astronaut Blue. HEX triplet: 15, 46 and 60. RGB value is (21,70,96). Sum of RGB (Red+Green+Blue) = 21+70+96=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #154660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154660 is #EAB99F. Grayscale: #3A3A3A. Windows color (decimal): -15382944 or 6309397. OLE color: 6309397.

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

Color convert

RGB 21 70 96 -
CMYK 0.78 0.27 0 0.62
HSL 200.8º 0.64% 0.23% -
HSV(B) 200.8º 0.78% 0.38% -
XYZ 4.61 5.38 11.86 -
YUV 58.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 21 70 96 0.78 0.27 0 0.62 200.8 0.64 0.23
Hex 15 46 60 4E 1B 0 3E C9 40 17
Octal 25 106 140 116 33 0 76 311 100 27
Binary 10101 1000110 1100000 1001110 11011 0 111110 11001001 1000000 10111

Color Harmonies of #154660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154660

Black with #154660

Text Example


Text Example

White with #154660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154660; }

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

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

background-color css

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

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

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

border-color css

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

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

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