#184F60

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

Shades of Astronaut Blue #184F60

Tints of Astronaut Blue #184F60

Color information

#184F60 (or 0x184F60) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4F and 60. RGB value is (24,79,96). Sum of RGB (Red+Green+Blue) = 24+79+96=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #184F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F60 is #E7B09F. Grayscale: #404040. Windows color (decimal): -15184032 or 6311704. OLE color: 6311704.

HSL color Cylindrical-coordinate representation of color #184F60: hue angle of 194.17º 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 #184F60 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247996-
CMYK0.750.1800.62
HSL194.17º60%23.53%-
HSV(B)194.17º75%37.65%-
XYZ5.286.6312.07-
YUV64.49145.7899.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=12.06%
G=39.70%
B=48.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2479960.750.1800.62194.176023.53
Hex184F604B1203Ec23c18
Octal30117140113220763027430
Binary110001001111110000010010111001001111101100001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184F60; }

 p { color: rgb(24,79,96); }

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

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

 a { background-color: rgb(24,79,96); }

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

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

 span { border-color: rgb(24,79,96); }

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