#184B68

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

Shades of Astronaut Blue #184B68

Tints of Astronaut Blue #184B68

Color information

#184B68 (or 0x184B68) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4B and 68. RGB value is (24,75,104). Sum of RGB (Red+Green+Blue) = 24+75+104=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #184B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B68 is #E7B497. Grayscale: #3E3E3E. Windows color (decimal): -15185048 or 6834968. OLE color: 6834968.

HSL color Cylindrical-coordinate representation of color #184B68: hue angle of 201.75º 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 #184B68 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2475104-
CMYK0.770.2800.59
HSL201.75º62.5%25.1%-
HSV(B)201.75º76.92%40.78%-
XYZ5.396.2314.01-
YUV63.06151.1100.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=11.82%
G=36.95%
B=51.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24751040.770.2800.59201.7562.525.1
Hex184B684D1C03Bca3e19
Octal30113150115340733127631
Binary110001001011110100010011011110001110111100101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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