#1C485A

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

Shades of Astronaut Blue #1C485A

Tints of Astronaut Blue #1C485A

Color information

#1C485A (or 0x1C485A) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 5A. RGB value is (28,72,90). Sum of RGB (Red+Green+Blue) = 28+72+90=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C485A is #E3B7A5. Grayscale: #3C3C3C. Windows color (decimal): -14923686 or 5916700. OLE color: 5916700.

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

Color convert

RGB287290-
CMYK0.690.2000.65
HSL197.42º52.54%23.14%-
HSV(B)197.42º68.89%35.29%-
XYZ4.645.6210.51-
YUV60.9144.42104.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=14.74%
G=37.89%
B=47.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2872900.690.2000.65197.4252.5423.14
Hex1C485A4514041c53517
Octal341101321052401013056527
Binary1110010010001011010100010110100010000011100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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