#12405A

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

Shades of Astronaut Blue #12405A

Tints of Astronaut Blue #12405A

Color information

#12405A (or 0x12405A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 40 and 5A. RGB value is (18,64,90). Sum of RGB (Red+Green+Blue) = 18+64+90=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #12405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12405A is #EDBFA5. Grayscale: #353535. Windows color (decimal): -15581094 or 5914642. OLE color: 5914642.

HSL color Cylindrical-coordinate representation of color #12405A: hue angle of 201.67º 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 #12405A is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB186490-
CMYK0.800.2900.65
HSL201.67º66.67%21.18%-
HSV(B)201.67º80%35.29%-
XYZ3.934.5310.34-
YUV53.21148.76102.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=10.47%
G=37.21%
B=52.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1864900.800.2900.65201.6766.6721.18
Hex12405A501D041ca4315
Octal2210013212035010131210325
Binary10010100000010110101010000111010100000111001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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