#184256

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

Shades of Astronaut Blue #184256

Tints of Astronaut Blue #184256

Color information

#184256 (or 0x184256) is unknown color: approx Astronaut Blue. HEX triplet: 18, 42 and 56. RGB value is (24,66,86). Sum of RGB (Red+Green+Blue) = 24+66+86=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #184256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184256 is #E7BDA9. Grayscale: #373737. Windows color (decimal): -15187370 or 5653016. OLE color: 5653016.

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

Color convert

RGB246686-
CMYK0.720.2300.66
HSL199.35º56.36%21.57%-
HSV(B)199.35º72.09%33.73%-
XYZ44.769.51-
YUV55.72145.09105.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=13.64%
G=37.5%
B=48.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2466860.720.2300.66199.3556.3621.57
Hex1842564817042c73816
Octal301021261102701023077026
Binary1100010000101010110100100010111010000101100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184256; }

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

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

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

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

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

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

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

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