#124860

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

Shades of Astronaut Blue #124860

Tints of Astronaut Blue #124860

Color information

#124860 (or 0x124860) is unknown color: approx Astronaut Blue. HEX triplet: 12, 48 and 60. RGB value is (18,72,96). Sum of RGB (Red+Green+Blue) = 18+72+96=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #124860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124860 is #EDB79F. Grayscale: #3A3A3A. Windows color (decimal): -15579040 or 6309906. OLE color: 6309906.

HSL color Cylindrical-coordinate representation of color #124860: hue angle of 198.46º 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 #124860 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB187296-
CMYK0.810.2500.62
HSL198.46º68.42%22.35%-
HSV(B)198.46º81.25%37.65%-
XYZ4.685.6111.9-
YUV58.59149.1199.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=9.68%
G=38.71%
B=51.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1872960.810.2500.62198.4668.4222.35
Hex124860511903Ec64416
Octal221101401213107630610426
Binary1001010010001100000101000111001011111011000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124860; }

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

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

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

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

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

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

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

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