#184C5D

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

Shades of Astronaut Blue #184C5D

Tints of Astronaut Blue #184C5D

Color information

#184C5D (or 0x184C5D) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4C and 5D. RGB value is (24,76,93). Sum of RGB (Red+Green+Blue) = 24+76+93=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #184C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5D is #E7B3A2. Grayscale: #3E3E3E. Windows color (decimal): -15184803 or 6114328. OLE color: 6114328.

HSL color Cylindrical-coordinate representation of color #184C5D: hue angle of 194.78º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184C5D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247693-
CMYK0.740.1800.64
HSL194.78º58.97%22.94%-
HSV(B)194.78º74.19%36.47%-
XYZ4.946.1511.28-
YUV62.39145.27100.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=12.44%
G=39.38%
B=48.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2476930.740.1800.64194.7858.9722.94
Hex184C5D4A12040c33b17
Octal301141351122201003037327
Binary1100010011001011101100101010010010000001100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184C5D; }

 p { color: rgb(24,76,93); }

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

<style>
 a { background-color: #184C5D; }

 a { background-color: rgb(24,76,93); }

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

<style>
 span { border-color: #184C5D; }

 span { border-color: rgb(24,76,93); }

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