#1C4962

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

Shades of Astronaut Blue #1C4962

Tints of Astronaut Blue #1C4962

Color information

#1C4962 (or 0x1C4962) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 49 and 62. RGB value is (28,73,98). Sum of RGB (Red+Green+Blue) = 28+73+98=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4962 is #E3B69D. Grayscale: #3E3E3E. Windows color (decimal): -14923422 or 6441244. OLE color: 6441244.

HSL color Cylindrical-coordinate representation of color #1C4962: hue angle of 201.43º degrees, saturation: 0.56, 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 #1C4962 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB287398-
CMYK0.710.2600.62
HSL201.43º55.56%24.71%-
HSV(B)201.43º71.43%38.43%-
XYZ5.075.8912.43-
YUV62.4148.09103.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=14.07%
G=36.68%
B=49.25%

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
Decimal2873980.710.2600.62201.4355.5624.71
Hex1C4962471A03Ec93819
Octal34111142107320763117031
Binary111001001001110001010001111101001111101100100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,98); }

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

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

 a { background-color: rgb(28,73,98); }

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

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

 span { border-color: rgb(28,73,98); }

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