#184A69

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

Shades of Astronaut Blue #184A69

Tints of Astronaut Blue #184A69

Color information

#184A69 (or 0x184A69) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4A and 69. RGB value is (24,74,105). Sum of RGB (Red+Green+Blue) = 24+74+105=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #184A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A69 is #E7B596. Grayscale: #3E3E3E. Windows color (decimal): -15185303 or 6900248. OLE color: 6900248.

HSL color Cylindrical-coordinate representation of color #184A69: hue angle of 202.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184A69 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2474105-
CMYK0.770.3000.59
HSL202.96º62.79%25.29%-
HSV(B)202.96º77.14%41.18%-
XYZ5.386.1114.26-
YUV62.58151.94100.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=11.82%
G=36.45%
B=51.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24741050.770.3000.59202.9662.7925.29
Hex184A694D1E03Bcb3f19
Octal30112151115360733137731
Binary110001001010110100110011011111001110111100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,74,105); }

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

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

 a { background-color: rgb(24,74,105); }

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

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

 span { border-color: rgb(24,74,105); }

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