#12415A

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

Shades of Astronaut Blue #12415A

Tints of Astronaut Blue #12415A

Color information

#12415A (or 0x12415A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 41 and 5A. RGB value is (18,65,90). Sum of RGB (Red+Green+Blue) = 18+65+90=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #12415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12415A is #EDBEA5. Grayscale: #353535. Windows color (decimal): -15580838 or 5914898. OLE color: 5914898.

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

Color convert

RGB186590-
CMYK0.800.2800.65
HSL200.83º66.67%21.18%-
HSV(B)200.83º80%35.29%-
XYZ3.994.6510.36-
YUV53.8148.43102.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=10.40%
G=37.57%
B=52.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1865900.800.2800.65200.8366.6721.18
Hex12415A501C041c94315
Octal2210113212034010131110325
Binary10010100000110110101010000111000100000111001001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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