#1C495B

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

Shades of Astronaut Blue #1C495B

Tints of Astronaut Blue #1C495B

Color information

#1C495B (or 0x1C495B) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 49 and 5B. RGB value is (28,73,91). Sum of RGB (Red+Green+Blue) = 28+73+91=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C495B is #E3B6A4. Grayscale: #3D3D3D. Windows color (decimal): -14923429 or 5982492. OLE color: 5982492.

HSL color Cylindrical-coordinate representation of color #1C495B: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C495B is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB287391-
CMYK0.690.2000.64
HSL197.14º52.94%23.33%-
HSV(B)197.14º69.23%35.69%-
XYZ4.755.7710.76-
YUV61.6144.59104.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=14.58%
G=38.02%
B=47.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2873910.690.2000.64197.1452.9423.33
Hex1C495B4514040c53517
Octal341111331052401003056527
Binary1110010010011011011100010110100010000001100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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