#124757

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

Shades of Astronaut Blue #124757

Tints of Astronaut Blue #124757

Color information

#124757 (or 0x124757) is unknown color: approx Astronaut Blue. HEX triplet: 12, 47 and 57. RGB value is (18,71,87). Sum of RGB (Red+Green+Blue) = 18+71+87=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #124757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124757 is #EDB8A8. Grayscale: #383838. Windows color (decimal): -15579305 or 5719826. OLE color: 5719826.

HSL color Cylindrical-coordinate representation of color #124757: hue angle of 193.91º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124757 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB187187-
CMYK0.790.1800.66
HSL193.91º65.71%20.59%-
HSV(B)193.91º79.31%34.12%-
XYZ4.225.329.82-
YUV56.98144.94100.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=10.23%
G=40.34%
B=49.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1871870.790.1800.66193.9165.7120.59
Hex1247574F12042c24215
Octal2210712711722010230210225
Binary10010100011110101111001111100100100001011000010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124757; }

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

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

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

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

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

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

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

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