#184869

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

Shades of Astronaut Blue #184869

Tints of Astronaut Blue #184869

Color information

#184869 (or 0x184869) is unknown color: approx Astronaut Blue. HEX triplet: 18, 48 and 69. RGB value is (24,72,105). Sum of RGB (Red+Green+Blue) = 24+72+105=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #184869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184869 is #E7B796. Grayscale: #3D3D3D. Windows color (decimal): -15185815 or 6899736. OLE color: 6899736.

HSL color Cylindrical-coordinate representation of color #184869: hue angle of 204.44º degrees, saturation: 0.63, 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 #184869 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2472105-
CMYK0.770.3100.59
HSL204.44º62.79%25.29%-
HSV(B)204.44º77.14%41.18%-
XYZ5.245.8514.22-
YUV61.41152.6101.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=11.94%
G=35.82%
B=52.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24721050.770.3100.59204.4462.7925.29
Hex1848694D1F03Bcc3f19
Octal30110151115370733147731
Binary110001001000110100110011011111101110111100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184869; }

 p { color: rgb(24,72,105); }

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

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

 a { background-color: rgb(24,72,105); }

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

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

 span { border-color: rgb(24,72,105); }

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