#1C495C

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

Shades of Astronaut Blue #1C495C

Tints of Astronaut Blue #1C495C

Color information

#1C495C (or 0x1C495C) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 49 and 5C. RGB value is (28,73,92). Sum of RGB (Red+Green+Blue) = 28+73+92=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C495C is #E3B6A3. Grayscale: #3D3D3D. Windows color (decimal): -14923428 or 6048028. OLE color: 6048028.

HSL color Cylindrical-coordinate representation of color #1C495C: hue angle of 197.81º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C495C is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB287392-
CMYK0.700.2100.64
HSL197.81º53.33%23.53%-
HSV(B)197.81º69.57%36.08%-
XYZ4.795.7810.99-
YUV61.71145.09103.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.51%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=14.51%
G=37.82%
B=47.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2873920.700.2100.64197.8153.3323.53
Hex1C495C4615040c63518
Octal341111341062501003066530
Binary1110010010011011100100011010101010000001100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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