#1C485F

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

Shades of Astronaut Blue #1C485F

Tints of Astronaut Blue #1C485F

Color information

#1C485F (or 0x1C485F) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 5F. RGB value is (28,72,95). Sum of RGB (Red+Green+Blue) = 28+72+95=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C485F is #E3B7A0. Grayscale: #3D3D3D. Windows color (decimal): -14923681 or 6244380. OLE color: 6244380.

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

Color convert

RGB287295-
CMYK0.710.2400.63
HSL200.6º54.47%24.12%-
HSV(B)200.6º70.53%37.25%-
XYZ4.865.7111.67-
YUV61.47146.92104.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=14.36%
G=36.92%
B=48.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2872950.710.2400.63200.654.4724.12
Hex1C485F471803Fc93618
Octal34110137107300773116630
Binary111001001000101111110001111100001111111100100111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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