#184156

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

Shades of Astronaut Blue #184156

Tints of Astronaut Blue #184156

Color information

#184156 (or 0x184156) is unknown color: approx Astronaut Blue. HEX triplet: 18, 41 and 56. RGB value is (24,65,86). Sum of RGB (Red+Green+Blue) = 24+65+86=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #184156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184156 is #E7BEA9. Grayscale: #373737. Windows color (decimal): -15187626 or 5652760. OLE color: 5652760.

HSL color Cylindrical-coordinate representation of color #184156: hue angle of 200.32º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184156 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB246586-
CMYK0.720.2400.66
HSL200.32º56.36%21.57%-
HSV(B)200.32º72.09%33.73%-
XYZ3.954.659.49-
YUV55.14145.42105.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=13.71%
G=37.14%
B=49.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2465860.720.2400.66200.3256.3621.57
Hex1841564818042c83816
Octal301011261103001023107026
Binary1100010000011010110100100011000010000101100100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184156; }

 p { color: rgb(24,65,86); }

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

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

 a { background-color: rgb(24,65,86); }

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

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

 span { border-color: rgb(24,65,86); }

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