#1B4863

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

Shades of Astronaut Blue #1B4863

Tints of Astronaut Blue #1B4863

Color information

#1B4863 (or 0x1B4863) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 48 and 63. RGB value is (27,72,99). Sum of RGB (Red+Green+Blue) = 27+72+99=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4863 is #E4B79C. Grayscale: #3D3D3D. Windows color (decimal): -14989213 or 6506523. OLE color: 6506523.

HSL color Cylindrical-coordinate representation of color #1B4863: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B4863 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB277299-
CMYK0.730.2700.61
HSL202.5º57.14%24.71%-
HSV(B)202.5º72.73%38.82%-
XYZ5.025.7712.65-
YUV61.62149.09103.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 99 (39.06% from 255) = 50%
R=13.64%
G=36.36%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2772990.730.2700.61202.557.1424.71
Hex1B4863491B03Dca3919
Octal33110143111330753127131
Binary110111001000110001110010011101101111011100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,72,99); }

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

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

 a { background-color: rgb(27,72,99); }

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

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

 span { border-color: rgb(27,72,99); }

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