#1C4B61

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

Shades of Astronaut Blue #1C4B61

Tints of Astronaut Blue #1C4B61

Color information

#1C4B61 (or 0x1C4B61) is unknown color: approx Astronaut Blue. HEX triplet: 1C, 4B and 61. RGB value is (28,75,97). Sum of RGB (Red+Green+Blue) = 28+75+97=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4B61 is #E3B49E. Grayscale: #3F3F3F. Windows color (decimal): -14922911 or 6376220. OLE color: 6376220.

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

Color convert

RGB287597-
CMYK0.710.2300.62
HSL199.13º55.2%24.51%-
HSV(B)199.13º71.13%38.04%-
XYZ5.156.1412.22-
YUV63.46146.93102.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=14%
G=37.5%
B=48.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2875970.710.2300.62199.1355.224.51
Hex1C4B61471703Ec73719
Octal34113141107270763076731
Binary111001001011110000110001111011101111101100011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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