#1B4660

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

Shades of Astronaut Blue #1B4660

Tints of Astronaut Blue #1B4660

Color information

#1B4660 (or 0x1B4660) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 46 and 60. RGB value is (27,70,96). Sum of RGB (Red+Green+Blue) = 27+70+96=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4660 is #E4B99F. Grayscale: #3B3B3B. Windows color (decimal): -14989728 or 6309403. OLE color: 6309403.

HSL color Cylindrical-coordinate representation of color #1B4660: hue angle of 202.61º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B4660 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB277096-
CMYK0.720.2700.62
HSL202.61º56.1%24.12%-
HSV(B)202.61º71.88%37.65%-
XYZ4.755.4611.87-
YUV60.11148.25104.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.99%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=13.99%
G=36.27%
B=49.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2770960.720.2700.62202.6156.124.12
Hex1B4660481B03Ecb3818
Octal33106140110330763137030
Binary110111000110110000010010001101101111101100101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4660; }

 p { color: rgb(27,70,96); }

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

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

 a { background-color: rgb(27,70,96); }

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

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

 span { border-color: rgb(27,70,96); }

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