#12475A

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

Shades of Astronaut Blue #12475A

Tints of Astronaut Blue #12475A

Color information

#12475A (or 0x12475A) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 5A. RGB value is (18,71,90). Sum of RGB (Red+Green+Blue) = 18+71+90=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #12475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475A is #EDB8A5. Grayscale: #393939. Windows color (decimal): -15579302 or 5916434. OLE color: 5916434.

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

Color convert

RGB187190-
CMYK0.800.2100.65
HSL195.83º66.67%21.18%-
HSV(B)195.83º80%35.29%-
XYZ4.355.3710.48-
YUV57.32146.4499.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=10.06%
G=39.66%
B=50.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1871900.800.2100.65195.8366.6721.18
Hex12475A5015041c44315
Octal2210713212025010130410325
Binary10010100011110110101010000101010100000111000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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