Html Css Color HEX #15495E Astronaut Blue

📋 copy color: '#15495E'

red 21 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #15495E

Tints of Astronaut Blue #15495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 94 (37.11% from 255) = 50%

R = 11.17%
G = 38.83%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15495E (or 0x15495E) is known color: Astronaut Blue. HEX triplet: 15, 49 and 5E. RGB value is (21,73,94). Sum of RGB (Red+Green+Blue) = 21+73+94=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #15495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495E is #EAB6A1. Grayscale: #3B3B3B. Windows color (decimal): -15382178 or 6179093. OLE color: 6179093.

HSL color Cylindrical-coordinate representation of color #15495E: hue angle of 197.26º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15495E is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 73 94 -
CMYK 0.78 0.22 0 0.63
HSL 197.26º 0.63% 0.23% -
HSV(B) 197.26º 0.78% 0.37% -
XYZ 4.71 5.73 11.45 -
YUV 59.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 21 73 94 0.78 0.22 0 0.63 197.26 0.63 0.23
Hex 15 49 5E 4E 16 0 3F C5 3F 17
Octal 25 111 136 116 26 0 77 305 77 27
Binary 10101 1001001 1011110 1001110 10110 0 111111 11000101 111111 10111

Color Harmonies of #15495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15495E

Black with #15495E

Text Example


Text Example

White with #15495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15495E; }

 p { color: rgb(21,73,94); }

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

background-color css

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

 a { background-color: rgb(21,73,94); }

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

border-color css

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

 span { border-color: rgb(21,73,94); }

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