#124763

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

Shades of Astronaut Blue #124763

Tints of Astronaut Blue #124763

Color information

#124763 (or 0x124763) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 63. RGB value is (18,71,99). Sum of RGB (Red+Green+Blue) = 18+71+99=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #124763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124763 is #EDB89C. Grayscale: #3A3A3A. Windows color (decimal): -15579293 or 6506258. OLE color: 6506258.

HSL color Cylindrical-coordinate representation of color #124763: hue angle of 200.74º 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 #124763 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB187199-
CMYK0.820.2800.61
HSL200.74º69.23%22.94%-
HSV(B)200.74º81.82%38.82%-
XYZ4.755.5412.62-
YUV58.34150.9499.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=9.57%
G=37.77%
B=52.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1871990.820.2800.61200.7469.2322.94
Hex124763521C03Dc94517
Octal221071431223407531110527
Binary1001010001111100011101001011100011110111001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124763; }

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

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

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

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

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

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

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

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