#12485D

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

Shades of Astronaut Blue #12485D

Tints of Astronaut Blue #12485D

Color information

#12485D (or 0x12485D) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 5D. RGB value is (18,72,93). Sum of RGB (Red+Green+Blue) = 18+72+93=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #12485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485D is #EDB7A2. Grayscale: #3A3A3A. Windows color (decimal): -15579043 or 6113298. OLE color: 6113298.

HSL color Cylindrical-coordinate representation of color #12485D: hue angle of 196.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12485D is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187293-
CMYK0.810.2300.64
HSL196.8º67.57%21.76%-
HSV(B)196.8º80.65%36.47%-
XYZ4.545.5511.19-
YUV58.25147.6199.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=9.84%
G=39.34%
B=50.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1872930.810.2300.64196.867.5721.76
Hex12485D5117040c54416
Octal2211013512127010030510426
Binary10010100100010111011010001101110100000011000101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12485D; }

 p { color: rgb(18,72,93); }

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

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

 a { background-color: rgb(18,72,93); }

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

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

 span { border-color: rgb(18,72,93); }

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