Html Css Color HEX #154759 Astronaut Blue

📋 copy color: '#154759'

red 21 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #154759

Tints of Astronaut Blue #154759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 11.6%
G = 39.23%
B = 49.17%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154759 (or 0x154759) is known color: Astronaut Blue. HEX triplet: 15, 47 and 59. RGB value is (21,71,89). Sum of RGB (Red+Green+Blue) = 21+71+89=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #154759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154759 is #EAB8A6. Grayscale: #393939. Windows color (decimal): -15382695 or 5850901. OLE color: 5850901.

HSL color Cylindrical-coordinate representation of color #154759: hue angle of 195.88º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154759 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 71 89 -
CMYK 0.76 0.20 0 0.65
HSL 195.88º 0.62% 0.22% -
HSV(B) 195.88º 0.76% 0.35% -
XYZ 4.37 5.39 10.26 -
YUV 58.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 21 71 89 0.76 0.20 0 0.65 195.88 0.62 0.22
Hex 15 47 59 4C 14 0 41 C4 3E 16
Octal 25 107 131 114 24 0 101 304 76 26
Binary 10101 1000111 1011001 1001100 10100 0 1000001 11000100 111110 10110

Color Harmonies of #154759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154759

Black with #154759

Text Example


Text Example

White with #154759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154759; }

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

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

background-color css

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

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

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

border-color css

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

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

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