#184858

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

Shades of Astronaut Blue #184858

Tints of Astronaut Blue #184858

Color information

#184858 (or 0x184858) is unknown color: approx Astronaut Blue. HEX triplet: 18, 48 and 58. RGB value is (24,72,88). Sum of RGB (Red+Green+Blue) = 24+72+88=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #184858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184858 is #E7B7A7. Grayscale: #3B3B3B. Windows color (decimal): -15185832 or 5785624. OLE color: 5785624.

HSL color Cylindrical-coordinate representation of color #184858: hue angle of 195º 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 #184858 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247288-
CMYK0.730.1800.65
HSL195º57.14%21.96%-
HSV(B)195º72.73%34.51%-
XYZ4.465.5310.07-
YUV59.47144.1102.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=13.04%
G=39.13%
B=47.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2472880.730.1800.6519557.1421.96
Hex1848584912041c33916
Octal301101301112201013037126
Binary1100010010001011000100100110010010000011100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184858; }

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

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

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

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

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

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

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

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