#1C475C

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

Shades of Astronaut Blue #1C475C

Tints of Astronaut Blue #1C475C

Color information

#1C475C (or 0x1C475C) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 47 and 5C. RGB value is (28,71,92). Sum of RGB (Red+Green+Blue) = 28+71+92=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C475C is #E3B8A3. Grayscale: #3C3C3C. Windows color (decimal): -14923940 or 6047516. OLE color: 6047516.

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

Color convert

RGB287192-
CMYK0.700.2300.64
HSL199.69º53.33%23.53%-
HSV(B)199.69º69.57%36.08%-
XYZ4.665.5310.95-
YUV60.54145.75104.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=14.66%
G=37.17%
B=48.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2871920.700.2300.64199.6953.3323.53
Hex1C475C4617040c83518
Octal341071341062701003106530
Binary1110010001111011100100011010111010000001100100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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