#1C4963

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

Shades of Astronaut Blue #1C4963

Tints of Astronaut Blue #1C4963

Color information

#1C4963 (or 0x1C4963) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 49 and 63. RGB value is (28,73,99). Sum of RGB (Red+Green+Blue) = 28+73+99=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4963 is #E3B69C. Grayscale: #3E3E3E. Windows color (decimal): -14923421 or 6506780. OLE color: 6506780.

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

Color convert

RGB287399-
CMYK0.720.2600.61
HSL201.97º55.91%24.9%-
HSV(B)201.97º71.72%38.82%-
XYZ5.115.9112.68-
YUV62.51148.59103.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=14%
G=36.5%
B=49.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2873990.720.2600.61201.9755.9124.9
Hex1C4963481A03Dca3819
Octal34111143110320753127031
Binary111001001001110001110010001101001111011100101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,99); }

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

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

 a { background-color: rgb(28,73,99); }

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

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

 span { border-color: rgb(28,73,99); }

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