#124660

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

Shades of Astronaut Blue #124660

Tints of Astronaut Blue #124660

Color information

#124660 (or 0x124660) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 60. RGB value is (18,70,96). Sum of RGB (Red+Green+Blue) = 18+70+96=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #124660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124660 is #EDB99F. Grayscale: #393939. Windows color (decimal): -15579552 or 6309394. OLE color: 6309394.

HSL color Cylindrical-coordinate representation of color #124660: hue angle of 200º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124660 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187096-
CMYK0.810.2700.62
HSL200º68.42%22.35%-
HSV(B)200º81.25%37.65%-
XYZ4.555.3511.86-
YUV57.42149.7799.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=9.78%
G=38.04%
B=52.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1870960.810.2700.6220068.4222.35
Hex124660511B03Ec84416
Octal221061401213307631010426
Binary1001010001101100000101000111011011111011001000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124660; }

 p { color: rgb(18,70,96); }

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

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

 a { background-color: rgb(18,70,96); }

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

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

 span { border-color: rgb(18,70,96); }

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