#12455E

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

Shades of Astronaut Blue #12455E

Tints of Astronaut Blue #12455E

Color information

#12455E (or 0x12455E) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 5E. RGB value is (18,69,94). Sum of RGB (Red+Green+Blue) = 18+69+94=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #12455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12455E is #EDBAA1. Grayscale: #383838. Windows color (decimal): -15579810 or 6178066. OLE color: 6178066.

HSL color Cylindrical-coordinate representation of color #12455E: hue angle of 199.74º 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 #12455E is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB186994-
CMYK0.810.2700.63
HSL199.74º67.86%21.96%-
HSV(B)199.74º80.85%36.86%-
XYZ4.45.1911.36-
YUV56.6149.1100.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=9.94%
G=38.12%
B=51.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1869940.810.2700.63199.7467.8621.96
Hex12455E511B03Fc84416
Octal221051361213307731010426
Binary1001010001011011110101000111011011111111001000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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