#184968

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

Shades of Astronaut Blue #184968

Tints of Astronaut Blue #184968

Color information

#184968 (or 0x184968) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 68. RGB value is (24,73,104). Sum of RGB (Red+Green+Blue) = 24+73+104=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #184968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184968 is #E7B697. Grayscale: #3D3D3D. Windows color (decimal): -15185560 or 6834456. OLE color: 6834456.

HSL color Cylindrical-coordinate representation of color #184968: hue angle of 203.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184968 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2473104-
CMYK0.770.3000.59
HSL203.25º62.5%25.1%-
HSV(B)203.25º76.92%40.78%-
XYZ5.265.9613.97-
YUV61.88151.77100.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=11.94%
G=36.32%
B=51.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24731040.770.3000.59203.2562.525.1
Hex1849684D1E03Bcb3e19
Octal30111150115360733137631
Binary110001001001110100010011011111001110111100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184968; }

 p { color: rgb(24,73,104); }

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

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

 a { background-color: rgb(24,73,104); }

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

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

 span { border-color: rgb(24,73,104); }

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