#184B5D

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

Shades of Astronaut Blue #184B5D

Tints of Astronaut Blue #184B5D

Color information

#184B5D (or 0x184B5D) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4B and 5D. RGB value is (24,75,93). Sum of RGB (Red+Green+Blue) = 24+75+93=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #184B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5D is #E7B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15185059 or 6114072. OLE color: 6114072.

HSL color Cylindrical-coordinate representation of color #184B5D: hue angle of 195.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184B5D is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247593-
CMYK0.740.1900.64
HSL195.65º58.97%22.94%-
HSV(B)195.65º74.19%36.47%-
XYZ4.876.0211.26-
YUV61.8145.6101.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=12.5%
G=39.06%
B=48.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2475930.740.1900.64195.6558.9722.94
Hex184B5D4A13040c43b17
Octal301131351122301003047327
Binary1100010010111011101100101010011010000001100010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,75,93); }

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

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

 a { background-color: rgb(24,75,93); }

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

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

 span { border-color: rgb(24,75,93); }

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