#12475D

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

Shades of Astronaut Blue #12475D

Tints of Astronaut Blue #12475D

Color information

#12475D (or 0x12475D) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 5D. RGB value is (18,71,93). Sum of RGB (Red+Green+Blue) = 18+71+93=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #12475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12475D is #EDB8A2. Grayscale: #393939. Windows color (decimal): -15579299 or 6113042. OLE color: 6113042.

HSL color Cylindrical-coordinate representation of color #12475D: hue angle of 197.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12475D is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB187193-
CMYK0.810.2400.64
HSL197.6º67.57%21.76%-
HSV(B)197.6º80.65%36.47%-
XYZ4.485.4311.17-
YUV57.66147.9499.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=9.89%
G=39.01%
B=51.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1871930.810.2400.64197.667.5721.76
Hex12475D5118040c64416
Octal2210713512130010030610426
Binary10010100011110111011010001110000100000011000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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