#12485B

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

Shades of Astronaut Blue #12485B

Tints of Astronaut Blue #12485B

Color information

#12485B (or 0x12485B) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 5B. RGB value is (18,72,91). Sum of RGB (Red+Green+Blue) = 18+72+91=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #12485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12485B is #EDB7A4. Grayscale: #393939. Windows color (decimal): -15579045 or 5982226. OLE color: 5982226.

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

Color convert

RGB187291-
CMYK0.800.2100.64
HSL195.62º66.97%21.37%-
HSV(B)195.62º80.22%35.69%-
XYZ4.465.5210.73-
YUV58.02146.6199.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=9.94%
G=39.78%
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.64
SystemRedGreenBlueCMYKHSL
Decimal1872910.800.2100.64195.6266.9721.37
Hex12485B5015040c44315
Octal2211013312025010030410325
Binary10010100100010110111010000101010100000011000100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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