#184B61

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

Shades of Astronaut Blue #184B61

Tints of Astronaut Blue #184B61

Color information

#184B61 (or 0x184B61) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4B and 61. RGB value is (24,75,97). Sum of RGB (Red+Green+Blue) = 24+75+97=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #184B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B61 is #E7B49E. Grayscale: #3E3E3E. Windows color (decimal): -15185055 or 6376216. OLE color: 6376216.

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

Color convert

RGB247597-
CMYK0.750.2300.62
HSL198.08º60.33%23.73%-
HSV(B)198.08º75.26%38.04%-
XYZ5.056.0912.22-
YUV62.26147.6100.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=12.24%
G=38.27%
B=49.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2475970.750.2300.62198.0860.3323.73
Hex184B614B1703Ec63c18
Octal30113141113270763067430
Binary110001001011110000110010111011101111101100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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