#1C4865

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

Shades of Astronaut Blue #1C4865

Tints of Astronaut Blue #1C4865

Color information

#1C4865 (or 0x1C4865) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 65. RGB value is (28,72,101). Sum of RGB (Red+Green+Blue) = 28+72+101=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4865 is #E3B79A. Grayscale: #3D3D3D. Windows color (decimal): -14923675 or 6637596. OLE color: 6637596.

HSL color Cylindrical-coordinate representation of color #1C4865: hue angle of 203.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4865 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2872101-
CMYK0.720.2900.60
HSL203.84º56.59%25.29%-
HSV(B)203.84º72.28%39.61%-
XYZ5.155.8213.16-
YUV62.15149.92103.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=13.93%
G=35.82%
B=50.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28721010.720.2900.60203.8456.5925.29
Hex1C4865481D03Ccc3919
Octal34110145110350743147131
Binary111001001000110010110010001110101111001100110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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