#184761

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

Shades of Astronaut Blue #184761

Tints of Astronaut Blue #184761

Color information

#184761 (or 0x184761) is unknown color: approx Astronaut Blue. HEX triplet: 18, 47 and 61. RGB value is (24,71,97). Sum of RGB (Red+Green+Blue) = 24+71+97=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #184761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184761 is #E7B89E. Grayscale: #3B3B3B. Windows color (decimal): -15186079 or 6375192. OLE color: 6375192.

HSL color Cylindrical-coordinate representation of color #184761: hue angle of 201.37º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184761 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247197-
CMYK0.750.2700.62
HSL201.37º60.33%23.73%-
HSV(B)201.37º75.26%38.04%-
XYZ4.795.5612.13-
YUV59.91148.93102.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=12.5%
G=36.98%
B=50.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2471970.750.2700.62201.3760.3323.73
Hex1847614B1B03Ec93c18
Octal30107141113330763117430
Binary110001000111110000110010111101101111101100100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184761; }

 p { color: rgb(24,71,97); }

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

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

 a { background-color: rgb(24,71,97); }

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

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

 span { border-color: rgb(24,71,97); }

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