#12475B

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

Shades of Astronaut Blue #12475B

Tints of Astronaut Blue #12475B

Color information

#12475B (or 0x12475B) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 5B. RGB value is (18,71,91). Sum of RGB (Red+Green+Blue) = 18+71+91=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #12475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475B is #EDB8A4. Grayscale: #393939. Windows color (decimal): -15579301 or 5981970. OLE color: 5981970.

HSL color Cylindrical-coordinate representation of color #12475B: hue angle of 196.44º 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 #12475B is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187191-
CMYK0.800.2200.64
HSL196.44º66.97%21.37%-
HSV(B)196.44º80.22%35.69%-
XYZ4.395.3910.71-
YUV57.43146.9499.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=10%
G=39.44%
B=50.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1871910.800.2200.64196.4466.9721.37
Hex12475B5016040c44315
Octal2210713312026010030410325
Binary10010100011110110111010000101100100000011000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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