#184456

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

Shades of Astronaut Blue #184456

Tints of Astronaut Blue #184456

Color information

#184456 (or 0x184456) is unknown color: approx Astronaut Blue. HEX triplet: 18, 44 and 56. RGB value is (24,68,86). Sum of RGB (Red+Green+Blue) = 24+68+86=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #184456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184456 is #E7BBA9. Grayscale: #383838. Windows color (decimal): -15186858 or 5653528. OLE color: 5653528.

HSL color Cylindrical-coordinate representation of color #184456: hue angle of 197.42º 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 #184456 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB246886-
CMYK0.720.2100.66
HSL197.42º56.36%21.57%-
HSV(B)197.42º72.09%33.73%-
XYZ4.1259.55-
YUV56.9144.42104.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=13.48%
G=38.20%
B=48.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2468860.720.2100.66197.4256.3621.57
Hex1844564815042c53816
Octal301041261102501023057026
Binary1100010001001010110100100010101010000101100010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184456; }

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

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

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

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

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

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

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

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