#184660

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

Shades of Astronaut Blue #184660

Tints of Astronaut Blue #184660

Color information

#184660 (or 0x184660) is unknown color: approx Astronaut Blue. HEX triplet: 18, 46 and 60. RGB value is (24,70,96). Sum of RGB (Red+Green+Blue) = 24+70+96=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #184660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184660 is #E7B99F. Grayscale: #3B3B3B. Windows color (decimal): -15186336 or 6309400. OLE color: 6309400.

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

Color convert

RGB247096-
CMYK0.750.2700.62
HSL201.67º60%23.53%-
HSV(B)201.67º75%37.65%-
XYZ4.685.4211.87-
YUV59.21148.76102.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=12.63%
G=36.84%
B=50.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2470960.750.2700.62201.676023.53
Hex1846604B1B03Eca3c18
Octal30106140113330763127430
Binary110001000110110000010010111101101111101100101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184660; }

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

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

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

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

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

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

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

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