#1C4669

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

Shades of Astronaut Blue #1C4669

Tints of Astronaut Blue #1C4669

Color information

#1C4669 (or 0x1C4669) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 46 and 69. RGB value is (28,70,105). Sum of RGB (Red+Green+Blue) = 28+70+105=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C4669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4669 is #E3B996. Grayscale: #3D3D3D. Windows color (decimal): -14924183 or 6899228. OLE color: 6899228.

HSL color Cylindrical-coordinate representation of color #1C4669: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4669 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2870105-
CMYK0.730.3300.59
HSL207.27º57.89%26.08%-
HSV(B)207.27º73.33%41.18%-
XYZ5.225.6514.18-
YUV61.43152.59104.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=13.79%
G=34.48%
B=51.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28701050.730.3300.59207.2757.8926.08
Hex1C4669492103Bcf3a1a
Octal34106151111410733177232
Binary1110010001101101001100100110000101110111100111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,105); }

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

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

 a { background-color: rgb(28,70,105); }

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

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

 span { border-color: rgb(28,70,105); }

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