#12486A

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

Shades of Astronaut Blue #12486A

Tints of Astronaut Blue #12486A

Color information

#12486A (or 0x12486A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 6A. RGB value is (18,72,106). Sum of RGB (Red+Green+Blue) = 18+72+106=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #12486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486A is #EDB795. Grayscale: #3B3B3B. Windows color (decimal): -15579030 or 6965266. OLE color: 6965266.

HSL color Cylindrical-coordinate representation of color #12486A: hue angle of 203.18º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12486A is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1872106-
CMYK0.830.3200.58
HSL203.18º70.97%24.31%-
HSV(B)203.18º83.02%41.57%-
XYZ5.175.814.48-
YUV59.73154.1198.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=9.18%
G=36.73%
B=54.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18721060.830.3200.58203.1870.9724.31
Hex12486A532003Acb4718
Octal221101521234007231310730
Binary10010100100011010101010011100000011101011001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12486A; }

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

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

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

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

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

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

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

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