#184960

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

Shades of Astronaut Blue #184960

Tints of Astronaut Blue #184960

Color information

#184960 (or 0x184960) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 60. RGB value is (24,73,96). Sum of RGB (Red+Green+Blue) = 24+73+96=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #184960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184960 is #E7B69F. Grayscale: #3C3C3C. Windows color (decimal): -15185568 or 6310168. OLE color: 6310168.

HSL color Cylindrical-coordinate representation of color #184960: hue angle of 199.17º 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 #184960 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247396-
CMYK0.750.2400.62
HSL199.17º60%23.53%-
HSV(B)199.17º75%37.65%-
XYZ4.875.811.93-
YUV60.97147.77101.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=12.44%
G=37.82%
B=49.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2473960.750.2400.62199.176023.53
Hex1849604B1803Ec73c18
Octal30111140113300763077430
Binary110001001001110000010010111100001111101100011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184960; }

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

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

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

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

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

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

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

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