#154669

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

Shades of Astronaut Blue #154669

Tints of Astronaut Blue #154669

Color information

#154669 (or 0x154669) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 69. RGB value is (21,70,105). Sum of RGB (Red+Green+Blue) = 21+70+105=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #154669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154669 is #EAB996. Grayscale: #3B3B3B. Windows color (decimal): -15382935 or 6899221. OLE color: 6899221.

HSL color Cylindrical-coordinate representation of color #154669: hue angle of 205º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154669 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2170105-
CMYK0.800.3300.59
HSL205º66.67%24.71%-
HSV(B)205º80%41.18%-
XYZ5.055.5614.17-
YUV59.34153.77100.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=10.71%
G=35.71%
B=53.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21701050.800.3300.5920566.6724.71
Hex154669502103Bcd4319
Octal251061511204107331510331
Binary10101100011011010011010000100001011101111001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154669; }

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

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

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

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

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

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

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

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