#154B6A

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

Shades of Astronaut Blue #154B6A

Tints of Astronaut Blue #154B6A

Color information

#154B6A (or 0x154B6A) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4B and 6A. RGB value is (21,75,106). Sum of RGB (Red+Green+Blue) = 21+75+106=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #154B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B6A is #EAB495. Grayscale: #3E3E3E. Windows color (decimal): -15381654 or 6966037. OLE color: 6966037.

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

Color convert

RGB2175106-
CMYK0.800.2900.58
HSL201.88º66.93%24.9%-
HSV(B)201.88º80.19%41.57%-
XYZ5.436.2314.55-
YUV62.39152.6198.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 106 (41.80% from 255) = 52.48%
R=10.40%
G=37.13%
B=52.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21751060.800.2900.58201.8866.9324.9
Hex154B6A501D03Aca4319
Octal251131521203507231210331
Binary1010110010111101010101000011101011101011001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,75,106); }

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

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

 a { background-color: rgb(21,75,106); }

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

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

 span { border-color: rgb(21,75,106); }

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