#1B4461

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

Shades of Astronaut Blue #1B4461

Tints of Astronaut Blue #1B4461

Color information

#1B4461 (or 0x1B4461) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 44 and 61. RGB value is (27,68,97). Sum of RGB (Red+Green+Blue) = 27+68+97=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4461 is #E4BB9E. Grayscale: #3A3A3A. Windows color (decimal): -14990239 or 6374427. OLE color: 6374427.

HSL color Cylindrical-coordinate representation of color #1B4461: hue angle of 204.86º 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 #1B4461 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB276897-
CMYK0.720.3000.62
HSL204.86º56.45%24.31%-
HSV(B)204.86º72.16%38.04%-
XYZ4.685.2312.07-
YUV59.05149.42105.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=14.06%
G=35.42%
B=50.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2768970.720.3000.62204.8656.4524.31
Hex1B4461481E03Ecd3818
Octal33104141110360763157030
Binary110111000100110000110010001111001111101100110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,68,97); }

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

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

 a { background-color: rgb(27,68,97); }

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

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

 span { border-color: rgb(27,68,97); }

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