#124661

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

Shades of Astronaut Blue #124661

Tints of Astronaut Blue #124661

Color information

#124661 (or 0x124661) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 61. RGB value is (18,70,97). Sum of RGB (Red+Green+Blue) = 18+70+97=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #124661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124661 is #EDB99E. Grayscale: #393939. Windows color (decimal): -15579551 or 6374930. OLE color: 6374930.

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

Color convert

RGB187097-
CMYK0.810.2800.62
HSL200.51º68.7%22.55%-
HSV(B)200.51º81.44%38.04%-
XYZ4.65.3712.1-
YUV57.53150.2799.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=9.73%
G=37.84%
B=52.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1870970.810.2800.62200.5168.722.55
Hex124661511C03Ec94517
Octal221061411213407631110527
Binary1001010001101100001101000111100011111011001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124661; }

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

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

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

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

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

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

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

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