#15466B

Color #15466B Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #15466B

Tints of Astronaut Blue #15466B

Color information

#15466B (or 0x15466B) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 6B. RGB value is (21,70,107). Sum of RGB (Red+Green+Blue) = 21+70+107=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #15466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15466B is #EAB994. Grayscale: #3B3B3B. Windows color (decimal): -15382933 or 7030293. OLE color: 7030293.

HSL color Cylindrical-coordinate representation of color #15466B: hue angle of 205.81º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15466B is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2170107-
CMYK0.800.3500.58
HSL205.81º67.19%25.1%-
HSV(B)205.81º80.37%41.96%-
XYZ5.155.614.72-
YUV59.57154.77100.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=10.61%
G=35.35%
B=54.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21701070.800.3500.58205.8167.1925.1
Hex15466B502303Ace4319
Octal251061531204307231610331
Binary10101100011011010111010000100011011101011001110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15466B; }

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

 H1.HeaderClassName
 {
   color: #15466B;
 }
 .AnyTagClassName
 {
   color: #15466B;
 }
</style>
background-color css

<style>
 a { background-color: #15466B; }

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

 div.DivClassName
 {
   background-color: #15466B;
 }
 .BgClassName
 {
   background-color: #15466B;
 }
</style>
border-color css

<style>
 span { border-color: #15466B; }

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

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