#184B60

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

Shades of Astronaut Blue #184B60

Tints of Astronaut Blue #184B60

Color information

#184B60 (or 0x184B60) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4B and 60. RGB value is (24,75,96). Sum of RGB (Red+Green+Blue) = 24+75+96=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #184B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B60 is #E7B49F. Grayscale: #3E3E3E. Windows color (decimal): -15185056 or 6310680. OLE color: 6310680.

HSL color Cylindrical-coordinate representation of color #184B60: hue angle of 197.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184B60 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247596-
CMYK0.750.2200.62
HSL197.5º60%23.53%-
HSV(B)197.5º75%37.65%-
XYZ56.0711.97-
YUV62.14147.1100.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=12.31%
G=38.46%
B=49.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2475960.750.2200.62197.56023.53
Hex184B604B1603Ec63c18
Octal30113140113260763067430
Binary110001001011110000010010111011001111101100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,75,96); }

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

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

 a { background-color: rgb(24,75,96); }

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

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

 span { border-color: rgb(24,75,96); }

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