#1C495E

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

Shades of Astronaut Blue #1C495E

Tints of Astronaut Blue #1C495E

Color information

#1C495E (or 0x1C495E) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 49 and 5E. RGB value is (28,73,94). Sum of RGB (Red+Green+Blue) = 28+73+94=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #1C495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C495E is #E3B6A1. Grayscale: #3D3D3D. Windows color (decimal): -14923426 or 6179100. OLE color: 6179100.

HSL color Cylindrical-coordinate representation of color #1C495E: hue angle of 199.09º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C495E is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB287394-
CMYK0.700.2200.63
HSL199.09º54.1%23.92%-
HSV(B)199.09º70.21%36.86%-
XYZ4.885.8211.46-
YUV61.94146.09103.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=14.36%
G=37.44%
B=48.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2873940.700.2200.63199.0954.123.92
Hex1C495E461603Fc73618
Octal34111136106260773076630
Binary111001001001101111010001101011001111111100011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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