#1C4861

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

Shades of Astronaut Blue #1C4861

Tints of Astronaut Blue #1C4861

Color information

#1C4861 (or 0x1C4861) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 61. RGB value is (28,72,97). Sum of RGB (Red+Green+Blue) = 28+72+97=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4861 is #E3B79E. Grayscale: #3D3D3D. Windows color (decimal): -14923679 or 6375452. OLE color: 6375452.

HSL color Cylindrical-coordinate representation of color #1C4861: hue angle of 201.74º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4861 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB287297-
CMYK0.710.2600.62
HSL201.74º55.2%24.51%-
HSV(B)201.74º71.13%38.04%-
XYZ4.955.7412.16-
YUV61.69147.92103.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=14.21%
G=36.55%
B=49.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2872970.710.2600.62201.7455.224.51
Hex1C4861471A03Eca3719
Octal34110141107320763126731
Binary111001001000110000110001111101001111101100101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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