#184458

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

Shades of Astronaut Blue #184458

Tints of Astronaut Blue #184458

Color information

#184458 (or 0x184458) is unknown color: approx Astronaut Blue. HEX triplet: 18, 44 and 58. RGB value is (24,68,88). Sum of RGB (Red+Green+Blue) = 24+68+88=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #184458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184458 is #E7BBA7. Grayscale: #383838. Windows color (decimal): -15186856 or 5784600. OLE color: 5784600.

HSL color Cylindrical-coordinate representation of color #184458: hue angle of 198.75º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184458 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246888-
CMYK0.730.2300.65
HSL198.75º57.14%21.96%-
HSV(B)198.75º72.73%34.51%-
XYZ4.215.039.98-
YUV57.12145.42104.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=13.33%
G=37.78%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2468880.730.2300.65198.7557.1421.96
Hex1844584917041c73916
Octal301041301112701013077126
Binary1100010001001011000100100110111010000011100011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184458; }

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

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

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

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

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

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

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

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