#1C4862

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

Shades of Astronaut Blue #1C4862

Tints of Astronaut Blue #1C4862

Color information

#1C4862 (or 0x1C4862) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 48 and 62. RGB value is (28,72,98). Sum of RGB (Red+Green+Blue) = 28+72+98=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C4862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4862 is #E3B79D. Grayscale: #3D3D3D. Windows color (decimal): -14923678 or 6440988. OLE color: 6440988.

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

Color convert

RGB287298-
CMYK0.710.2700.62
HSL202.29º55.56%24.71%-
HSV(B)202.29º71.43%38.43%-
XYZ55.7612.4-
YUV61.81148.42103.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=14.14%
G=36.36%
B=49.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2872980.710.2700.62202.2955.5624.71
Hex1C4862471B03Eca3819
Octal34110142107330763127031
Binary111001001000110001010001111101101111101100101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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