#154D68

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

Shades of Astronaut Blue #154D68

Tints of Astronaut Blue #154D68

Color information

#154D68 (or 0x154D68) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4D and 68. RGB value is (21,77,104). Sum of RGB (Red+Green+Blue) = 21+77+104=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #154D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D68 is #EAB297. Grayscale: #3F3F3F. Windows color (decimal): -15381144 or 6835477. OLE color: 6835477.

HSL color Cylindrical-coordinate representation of color #154D68: hue angle of 199.52º 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 #154D68 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2177104-
CMYK0.800.2600.59
HSL199.52º66.4%24.51%-
HSV(B)199.52º79.81%40.78%-
XYZ5.466.4714.06-
YUV63.33150.9597.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=10.40%
G=38.12%
B=51.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21771040.800.2600.59199.5266.424.51
Hex154D68501A03Bc84219
Octal251151501203207331010231
Binary1010110011011101000101000011010011101111001000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D68; }

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

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

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

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

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

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

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

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