#12485E

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

Shades of Astronaut Blue #12485E

Tints of Astronaut Blue #12485E

Color information

#12485E (or 0x12485E) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 5E. RGB value is (18,72,94). Sum of RGB (Red+Green+Blue) = 18+72+94=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #12485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485E is #EDB7A1. Grayscale: #3A3A3A. Windows color (decimal): -15579042 or 6178834. OLE color: 6178834.

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

Color convert

RGB187294-
CMYK0.810.2300.63
HSL197.37º67.86%21.96%-
HSV(B)197.37º80.85%36.86%-
XYZ4.595.5711.42-
YUV58.36148.1199.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=9.78%
G=39.13%
B=51.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1872940.810.2300.63197.3767.8621.96
Hex12485E511703Fc54416
Octal221101361212707730510426
Binary1001010010001011110101000110111011111111000101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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