#12465D

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

Shades of Astronaut Blue #12465D

Tints of Astronaut Blue #12465D

Color information

#12465D (or 0x12465D) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 5D. RGB value is (18,70,93). Sum of RGB (Red+Green+Blue) = 18+70+93=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #12465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12465D is #EDB9A2. Grayscale: #383838. Windows color (decimal): -15579555 or 6112786. OLE color: 6112786.

HSL color Cylindrical-coordinate representation of color #12465D: hue angle of 198.4º 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 #12465D is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187093-
CMYK0.810.2500.64
HSL198.4º67.57%21.76%-
HSV(B)198.4º80.65%36.47%-
XYZ4.425.311.15-
YUV57.07148.27100.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=9.94%
G=38.67%
B=51.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1870930.810.2500.64198.467.5721.76
Hex12465D5119040c64416
Octal2210613512131010030610426
Binary10010100011010111011010001110010100000011000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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