#154668

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

Shades of Astronaut Blue #154668

Tints of Astronaut Blue #154668

Color information

#154668 (or 0x154668) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 68. RGB value is (21,70,104). Sum of RGB (Red+Green+Blue) = 21+70+104=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #154668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154668 is #EAB997. Grayscale: #3B3B3B. Windows color (decimal): -15382936 or 6833685. OLE color: 6833685.

HSL color Cylindrical-coordinate representation of color #154668: hue angle of 204.58º degrees, saturation: 0.66, 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 #154668 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2170104-
CMYK0.800.3300.59
HSL204.58º66.4%24.51%-
HSV(B)204.58º79.81%40.78%-
XYZ55.5413.9-
YUV59.22153.27100.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=10.77%
G=35.90%
B=53.33%

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
Decimal21701040.800.3300.59204.5866.424.51
Hex154668502103Bcd4219
Octal251061501204107331510231
Binary10101100011011010001010000100001011101111001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154668; }

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

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

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

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

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

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

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

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