Html Css Color HEX #15485E Astronaut Blue

📋 copy color: '#15485E'

red 21 ◦ green 72 ◦ blue 94

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

Shades of Astronaut Blue #15485E

Tints of Astronaut Blue #15485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 11.23%
G = 38.5%
B = 50.27%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15485E (or 0x15485E) is known color: Astronaut Blue. HEX triplet: 15, 48 and 5E. RGB value is (21,72,94). Sum of RGB (Red+Green+Blue) = 21+72+94=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #15485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485E is #EAB7A1. Grayscale: #3B3B3B. Windows color (decimal): -15382434 or 6178837. OLE color: 6178837.

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

Color convert

RGB 21 72 94 -
CMYK 0.78 0.23 0 0.63
HSL 198.08º 0.63% 0.23% -
HSV(B) 198.08º 0.78% 0.37% -
XYZ 4.65 5.6 11.43 -
YUV 59.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 21 72 94 0.78 0.23 0 0.63 198.08 0.63 0.23
Hex 15 48 5E 4E 17 0 3F C6 3F 17
Octal 25 110 136 116 27 0 77 306 77 27
Binary 10101 1001000 1011110 1001110 10111 0 111111 11000110 111111 10111

Color Harmonies of #15485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15485E

Black with #15485E

Text Example


Text Example

White with #15485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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