Html Css Color HEX #154760 Astronaut Blue

📋 copy color: '#154760'

red 21 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #154760

Tints of Astronaut Blue #154760

RGB

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

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

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

R = 11.17%
G = 37.77%
B = 51.06%

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

#154760 (or 0x154760) is known color: Astronaut Blue. HEX triplet: 15, 47 and 60. RGB value is (21,71,96). Sum of RGB (Red+Green+Blue) = 21+71+96=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #154760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154760 is #EAB89F. Grayscale: #3A3A3A. Windows color (decimal): -15382688 or 6309653. OLE color: 6309653.

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

Color convert

RGB 21 71 96 -
CMYK 0.78 0.26 0 0.62
HSL 200º 0.64% 0.23% -
HSV(B) 200º 0.78% 0.38% -
XYZ 4.67 5.51 11.88 -
YUV 58.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 21 71 96 0.78 0.26 0 0.62 200 0.64 0.23
Hex 15 47 60 4E 1A 0 3E C8 40 17
Octal 25 107 140 116 32 0 76 310 100 27
Binary 10101 1000111 1100000 1001110 11010 0 111110 11001000 1000000 10111

Color Harmonies of #154760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154760

Black with #154760

Text Example


Text Example

White with #154760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154760; }

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

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

background-color css

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

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

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

border-color css

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

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

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