Html Css Color HEX #15475F Astronaut Blue

📋 copy color: '#15475F'

red 21 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #15475F

Tints of Astronaut Blue #15475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 11.23%
G = 37.97%
B = 50.8%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15475F (or 0x15475F) is known color: Astronaut Blue. HEX triplet: 15, 47 and 5F. RGB value is (21,71,95). Sum of RGB (Red+Green+Blue) = 21+71+95=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #15475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475F is #EAB8A0. Grayscale: #3A3A3A. Windows color (decimal): -15382689 or 6244117. OLE color: 6244117.

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

Color convert

RGB 21 71 95 -
CMYK 0.78 0.25 0 0.63
HSL 199.46º 0.64% 0.23% -
HSV(B) 199.46º 0.78% 0.37% -
XYZ 4.63 5.49 11.64 -
YUV 58.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 21 71 95 0.78 0.25 0 0.63 199.46 0.64 0.23
Hex 15 47 5F 4E 19 0 3F C7 40 17
Octal 25 107 137 116 31 0 77 307 100 27
Binary 10101 1000111 1011111 1001110 11001 0 111111 11000111 1000000 10111

Color Harmonies of #15475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15475F

Black with #15475F

Text Example


Text Example

White with #15475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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