#183F53

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

Shades of Astronaut Blue #183F53

Tints of Astronaut Blue #183F53

Color information

#183F53 (or 0x183F53) is unknown color: approx Astronaut Blue. HEX triplet: 18, 3F and 53. RGB value is (24,63,83). Sum of RGB (Red+Green+Blue) = 24+63+83=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #183F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F53 is #E7C0AC. Grayscale: #353535. Windows color (decimal): -15188141 or 5455640. OLE color: 5455640.

HSL color Cylindrical-coordinate representation of color #183F53: hue angle of 200.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183F53 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB246383-
CMYK0.710.2400.67
HSL200.34º55.14%20.98%-
HSV(B)200.34º71.08%32.55%-
XYZ3.724.378.83-
YUV53.62144.58106.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=14.12%
G=37.06%
B=48.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2463830.710.2400.67200.3455.1420.98
Hex183F534718043c83715
Octal30771231073001033106725
Binary110001111111010011100011111000010000111100100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183F53; }

 p { color: rgb(24,63,83); }

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

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

 a { background-color: rgb(24,63,83); }

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

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

 span { border-color: rgb(24,63,83); }

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