#124657

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

Shades of Astronaut Blue #124657

Tints of Astronaut Blue #124657

Color information

#124657 (or 0x124657) is unknown color: approx Astronaut Blue. HEX triplet: 12, 46 and 57. RGB value is (18,70,87). Sum of RGB (Red+Green+Blue) = 18+70+87=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #124657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124657 is #EDB9A8. Grayscale: #383838. Windows color (decimal): -15579561 or 5719570. OLE color: 5719570.

HSL color Cylindrical-coordinate representation of color #124657: hue angle of 194.78º 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 #124657 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB187087-
CMYK0.790.2000.66
HSL194.78º65.71%20.59%-
HSV(B)194.78º79.31%34.12%-
XYZ4.165.29.8-
YUV56.39145.27100.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=10.29%
G=40%
B=49.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1870870.790.2000.66194.7865.7120.59
Hex1246574F14042c34215
Octal2210612711724010230310225
Binary10010100011010101111001111101000100001011000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124657; }

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

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

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

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

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

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

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

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