#154655

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

Shades of Astronaut Blue #154655

Tints of Astronaut Blue #154655

Color information

#154655 (or 0x154655) is unknown color: approx Astronaut Blue. HEX triplet: 15, 46 and 55. RGB value is (21,70,85). Sum of RGB (Red+Green+Blue) = 21+70+85=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #154655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154655 is #EAB9AA. Grayscale: #383838. Windows color (decimal): -15382955 or 5588501. OLE color: 5588501.

HSL color Cylindrical-coordinate representation of color #154655: hue angle of 194.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154655 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217085-
CMYK0.750.1800.67
HSL194.06º60.38%20.78%-
HSV(B)194.06º75.29%33.33%-
XYZ4.145.29.38-
YUV57.06143.77102.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=11.93%
G=39.77%
B=48.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2170850.750.1800.67194.0660.3820.78
Hex1546554B12043c23c15
Octal251061251132201033027425
Binary1010110001101010101100101110010010000111100001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154655; }

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

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

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

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

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

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

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

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