Html Css Color HEX #15465F Astronaut Blue

📋 copy color: '#15465F'

red 21 ◦ green 70 ◦ blue 95

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

Shades of Astronaut Blue #15465F

Tints of Astronaut Blue #15465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 11.29%
G = 37.63%
B = 51.08%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15465F (or 0x15465F) is known color: Astronaut Blue. HEX triplet: 15, 46 and 5F. RGB value is (21,70,95). Sum of RGB (Red+Green+Blue) = 21+70+95=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #15465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15465F is #EAB9A0. Grayscale: #3A3A3A. Windows color (decimal): -15382945 or 6243861. OLE color: 6243861.

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

Color convert

RGB 21 70 95 -
CMYK 0.78 0.26 0 0.63
HSL 200.27º 0.64% 0.23% -
HSV(B) 200.27º 0.78% 0.37% -
XYZ 4.56 5.37 11.62 -
YUV 58.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 21 70 95 0.78 0.26 0 0.63 200.27 0.64 0.23
Hex 15 46 5F 4E 1A 0 3F C8 40 17
Octal 25 106 137 116 32 0 77 310 100 27
Binary 10101 1000110 1011111 1001110 11010 0 111111 11001000 1000000 10111

Color Harmonies of #15465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15465F

Black with #15465F

Text Example


Text Example

White with #15465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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