#1C485B

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

Shades of Astronaut Blue #1C485B

Tints of Astronaut Blue #1C485B

Color information

#1C485B (or 0x1C485B) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 5B. RGB value is (28,72,91). Sum of RGB (Red+Green+Blue) = 28+72+91=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C485B is #E3B7A4. Grayscale: #3C3C3C. Windows color (decimal): -14923685 or 5982236. OLE color: 5982236.

HSL color Cylindrical-coordinate representation of color #1C485B: hue angle of 198.1º 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 #1C485B is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB287291-
CMYK0.690.2100.64
HSL198.1º52.94%23.33%-
HSV(B)198.1º69.23%35.69%-
XYZ4.685.6410.74-
YUV61.01144.92104.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=14.66%
G=37.70%
B=47.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2872910.690.2100.64198.152.9423.33
Hex1C485B4515040c63517
Octal341101331052501003066527
Binary1110010010001011011100010110101010000001100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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