#12445B

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

Shades of Astronaut Blue #12445B

Tints of Astronaut Blue #12445B

Color information

#12445B (or 0x12445B) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 5B. RGB value is (18,68,91). Sum of RGB (Red+Green+Blue) = 18+68+91=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #12445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12445B is #EDBBA4. Grayscale: #373737. Windows color (decimal): -15580069 or 5981202. OLE color: 5981202.

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

Color convert

RGB186891-
CMYK0.800.2500.64
HSL198.9º66.97%21.37%-
HSV(B)198.9º80.22%35.69%-
XYZ4.25.0210.64-
YUV55.67147.94101.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=10.17%
G=38.42%
B=51.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1868910.800.2500.64198.966.9721.37
Hex12445B5019040c74315
Octal2210413312031010030710325
Binary10010100010010110111010000110010100000011000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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