#124561

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

Shades of Astronaut Blue #124561

Tints of Astronaut Blue #124561

Color information

#124561 (or 0x124561) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 61. RGB value is (18,69,97). Sum of RGB (Red+Green+Blue) = 18+69+97=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #124561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124561 is #EDBA9E. Grayscale: #383838. Windows color (decimal): -15579807 or 6374674. OLE color: 6374674.

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

Color convert

RGB186997-
CMYK0.810.2900.62
HSL201.27º68.7%22.55%-
HSV(B)201.27º81.44%38.04%-
XYZ4.545.2512.08-
YUV56.94150.6100.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=9.78%
G=37.5%
B=52.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1869970.810.2900.62201.2768.722.55
Hex124561511D03Ec94517
Octal221051411213507631110527
Binary1001010001011100001101000111101011111011001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124561; }

 p { color: rgb(18,69,97); }

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

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

 a { background-color: rgb(18,69,97); }

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

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

 span { border-color: rgb(18,69,97); }

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