#154B5C

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

Shades of Astronaut Blue #154B5C

Tints of Astronaut Blue #154B5C

Color information

#154B5C (or 0x154B5C) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4B and 5C. RGB value is (21,75,92). Sum of RGB (Red+Green+Blue) = 21+75+92=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #154B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5C is #EAB4A3. Grayscale: #3C3C3C. Windows color (decimal): -15381668 or 6048533. OLE color: 6048533.

HSL color Cylindrical-coordinate representation of color #154B5C: hue angle of 194.37º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154B5C is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217592-
CMYK0.770.1800.64
HSL194.37º62.83%22.16%-
HSV(B)194.37º77.17%36.08%-
XYZ4.765.9611.03-
YUV60.79145.6199.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 92 (36.33% from 255) = 48.94%
R=11.17%
G=39.89%
B=48.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2175920.770.1800.64194.3762.8322.16
Hex154B5C4D12040c23f16
Octal251131341152201003027726
Binary1010110010111011100100110110010010000001100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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