#12445A

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

Shades of Astronaut Blue #12445A

Tints of Astronaut Blue #12445A

Color information

#12445A (or 0x12445A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 5A. RGB value is (18,68,90). Sum of RGB (Red+Green+Blue) = 18+68+90=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #12445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445A is #EDBBA5. Grayscale: #373737. Windows color (decimal): -15580070 or 5915666. OLE color: 5915666.

HSL color Cylindrical-coordinate representation of color #12445A: hue angle of 198.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12445A is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186890-
CMYK0.800.2400.65
HSL198.33º66.67%21.18%-
HSV(B)198.33º80%35.29%-
XYZ4.16510.42-
YUV55.56147.44101.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=10.23%
G=38.64%
B=51.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1868900.800.2400.65198.3366.6721.18
Hex12445A5018041c64315
Octal2210413212030010130610325
Binary10010100010010110101010000110000100000111000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,68,90); }

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

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

 a { background-color: rgb(18,68,90); }

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

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

 span { border-color: rgb(18,68,90); }

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