#124663

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

Shades of Astronaut Blue #124663

Tints of Astronaut Blue #124663

Color information

#124663 (or 0x124663) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 63. RGB value is (18,70,99). Sum of RGB (Red+Green+Blue) = 18+70+99=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #124663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124663 is #EDB99C. Grayscale: #393939. Windows color (decimal): -15579549 or 6506002. OLE color: 6506002.

HSL color Cylindrical-coordinate representation of color #124663: hue angle of 201.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124663 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB187099-
CMYK0.820.2900.61
HSL201.48º69.23%22.94%-
HSV(B)201.48º81.82%38.82%-
XYZ4.695.4112.6-
YUV57.76151.2799.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=9.63%
G=37.43%
B=52.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1870990.820.2900.61201.4869.2322.94
Hex124663521D03Dc94517
Octal221061431223507531110527
Binary1001010001101100011101001011101011110111001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124663; }

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

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

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

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

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

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

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

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