Html Css Color HEX #15475E Astronaut Blue

📋 copy color: '#15475E'

red 21 ◦ green 71 ◦ blue 94

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

Shades of Astronaut Blue #15475E

Tints of Astronaut Blue #15475E

RGB

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

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

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

R = 11.29%
G = 38.17%
B = 50.54%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15475E (or 0x15475E) is known color: Astronaut Blue. HEX triplet: 15, 47 and 5E. RGB value is (21,71,94). Sum of RGB (Red+Green+Blue) = 21+71+94=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #15475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475E is #EAB8A1. Grayscale: #3A3A3A. Windows color (decimal): -15382690 or 6178581. OLE color: 6178581.

HSL color Cylindrical-coordinate representation of color #15475E: hue angle of 198.9º 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 #15475E is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 71 94 -
CMYK 0.78 0.24 0 0.63
HSL 198.9º 0.63% 0.23% -
HSV(B) 198.9º 0.78% 0.37% -
XYZ 4.58 5.47 11.4 -
YUV 58.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 21 71 94 0.78 0.24 0 0.63 198.9 0.63 0.23
Hex 15 47 5E 4E 18 0 3F C7 3F 17
Octal 25 107 136 116 30 0 77 307 77 27
Binary 10101 1000111 1011110 1001110 11000 0 111111 11000111 111111 10111

Color Harmonies of #15475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15475E

Black with #15475E

Text Example


Text Example

White with #15475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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