#1B4556

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

Shades of Astronaut Blue #1B4556

Tints of Astronaut Blue #1B4556

Color information

#1B4556 (or 0x1B4556) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 45 and 56. RGB value is (27,69,86). Sum of RGB (Red+Green+Blue) = 27+69+86=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4556 is #E4BAA9. Grayscale: #3A3A3A. Windows color (decimal): -14989994 or 5653787. OLE color: 5653787.

HSL color Cylindrical-coordinate representation of color #1B4556: hue angle of 197.29º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4556 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB276986-
CMYK0.690.2000.66
HSL197.29º52.21%22.16%-
HSV(B)197.29º68.6%33.73%-
XYZ4.265.169.58-
YUV58.38143.59105.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=14.84%
G=37.91%
B=47.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2769860.690.2000.66197.2952.2122.16
Hex1B45564514042c53416
Octal331051261052401023056426
Binary1101110001011010110100010110100010000101100010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,69,86); }

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

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

 a { background-color: rgb(27,69,86); }

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

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

 span { border-color: rgb(27,69,86); }

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