#184566

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

Shades of Astronaut Blue #184566

Tints of Astronaut Blue #184566

Color information

#184566 (or 0x184566) is unknown color: approx Astronaut Blue. HEX triplet: 18, 45 and 66. RGB value is (24,69,102). Sum of RGB (Red+Green+Blue) = 24+69+102=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #184566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184566 is #E7BA99. Grayscale: #3B3B3B. Windows color (decimal): -15186586 or 6702360. OLE color: 6702360.

HSL color Cylindrical-coordinate representation of color #184566: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184566 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2469102-
CMYK0.760.3200.6
HSL205.38º61.9%24.71%-
HSV(B)205.38º76.47%40%-
XYZ4.95.4113.36-
YUV59.31152.09102.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=12.31%
G=35.38%
B=52.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24691020.760.3200.6205.3861.924.71
Hex1845664C2003Ccd3e19
Octal30105146114400743157631
Binary1100010001011100110100110010000001111001100110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184566; }

 p { color: rgb(24,69,102); }

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

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

 a { background-color: rgb(24,69,102); }

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

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

 span { border-color: rgb(24,69,102); }

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