#184C5F

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

Shades of Astronaut Blue #184C5F

Tints of Astronaut Blue #184C5F

Color information

#184C5F (or 0x184C5F) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4C and 5F. RGB value is (24,76,95). Sum of RGB (Red+Green+Blue) = 24+76+95=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #184C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5F is #E7B3A0. Grayscale: #3E3E3E. Windows color (decimal): -15184801 or 6245400. OLE color: 6245400.

HSL color Cylindrical-coordinate representation of color #184C5F: hue angle of 196.06º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184C5F is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB247695-
CMYK0.750.2000.63
HSL196.06º59.66%23.33%-
HSV(B)196.06º74.74%37.25%-
XYZ5.036.1911.76-
YUV62.62146.27100.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=12.31%
G=38.97%
B=48.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2476950.750.2000.63196.0659.6623.33
Hex184C5F4B1403Fc43c17
Octal30114137113240773047427
Binary110001001100101111110010111010001111111100010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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