#184461

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

Shades of Astronaut Blue #184461

Tints of Astronaut Blue #184461

Color information

#184461 (or 0x184461) is unknown color: approx Astronaut Blue. HEX triplet: 18, 44 and 61. RGB value is (24,68,97). Sum of RGB (Red+Green+Blue) = 24+68+97=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #184461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184461 is #E7BB9E. Grayscale: #393939. Windows color (decimal): -15186847 or 6374424. OLE color: 6374424.

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

Color convert

RGB246897-
CMYK0.750.3000.62
HSL203.84º60.33%23.73%-
HSV(B)203.84º75.26%38.04%-
XYZ4.65.1912.07-
YUV58.15149.92103.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=12.70%
G=35.98%
B=51.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2468970.750.3000.62203.8460.3323.73
Hex1844614B1E03Ecc3c18
Octal30104141113360763147430
Binary110001000100110000110010111111001111101100110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184461; }

 p { color: rgb(24,68,97); }

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

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

 a { background-color: rgb(24,68,97); }

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

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

 span { border-color: rgb(24,68,97); }

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